COLOR #B4BE52

HEX: #B4BE52 RGB: (180,190,82)

Color info

#B4BE52 contains mainly red and green colors. Web safe color of #B4BE52 is #CCCC66 (or #CC6).

RGB color model

#B4BE52 color RGB value is (180,190,82).

RGB: (180,190,82) (71%, 75%, 32%)

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 82 of 255 = 32%

180
190
82

R + G + B ~ 59%. #B4BE52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 180 + 190 + 82 = 452 (100%)
R 180 of 452 ~ 39.82%
G 190 of 452 ~ 42.04%
B 82 of 452 ~ 18.14'%

%39.82
%42.04
%18.14

CMYK color model

#B4BE52 color CMYK value is (5,0,57,25).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 56.84%
  • key color value is 25.49%

CMYK: (5,0,57,25)
C5M0Y57K25 (5%, 0%, 57%, 25%)
(0.05 / 0.00 / 0.57 / 0.25)

CMYK percentages

%5.26
%0
%56.84
%25.49

Codes

Color #B4BE52 in popluar color models

B4 BE 52
RGB 180 190 82
HSL 66° 45.38% 53.33%
HSB/HSV 66° 56.84% 74.51%
CMYK 5.26% 0.00% 56.84%
25.49%

Color #B4BE52 in popluar number systems.

HEX B4 BE 52
Decimal 180 190 82
Binary 10110100 10111110 1010010
Octal 264 276 122

Shades and tints

Shades of #B4BE52

#B4BE52
(180,190,82)
#A4AD4B
(164,173,75)
#949C44
(148,156,68)
#848B3D
(132,139,61)
#747A36
(116,122,54)
#64692F
(100,105,47)
#545828
(84,88,40)
#444721
(68,71,33)
#34361A
(52,54,26)
#242513
(36,37,19)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #B4BE52

#B4BE52
(180,190,82)
#BAC361
(186,195,97)
#C0C870
(192,200,112)
#C6CD7F
(198,205,127)
#CCD28E
(204,210,142)
#D2D79D
(210,215,157)
#D8DCAC
(216,220,172)
#DEE1BB
(222,225,187)
#E4E6CA
(228,230,202)
#EAEBD9
(234,235,217)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BE52 color. Also use rgb(180,190,82) instead hex code.

Text Font Color

.myTextColor { color: #B4BE52; }

<p style="color:#B4BE52">This sample text font color is #B4BE52.</p>

This text font color is #B4BE52.

Background Color

.myBgColor { background-color: #B4BE52; }

<div style="background-color:#B4BE52">Inner text</div>

This div background color is #B4BE52.

Border color

.myBorderColor { border: 1px solid #B4BE52; }

<div style="border:3px solid #B4BE52">Div</div>

This div border color is #B4BE52.

Opacity

.myOpacity80 { color: #B4BE52; opacity: 0.8; }

<p style="color:#B4BE52;opacity:0.8;">80%</p>

Text with #B4BE52 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4BE52;}

<p style="text-shadow: 3px 3px 1px #B4BE52">Text here.</p>

This text has shadow with #B4BE52 color.


.textShadow {text-shadow: 3px 3px 1px #B4BE52', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4BE52, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4BE52 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4BE52, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4BE52, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4BE52 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4BE52;
-webkit-box-shadow: 1px 1px 3px 2px #B4BE52;
box-shadow: 1px 1px 3px 2px #B4BE52;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4BE52; -webkit-box-shadow: 1px 1px 3px 2px #B4BE52; box-shadow:1px 1px 3px 2px #B4BE52;">
Div content here
</div>

This div box has shadow with color #B4BE52.

Preview

Color preview on black background

This text has color #B4BE52 on black background.


Color preview on white background

This text has color #B4BE52 on white background.


Black color preview on #B4BE52 background

This text has black color on #B4BE52 background.


White color preview on #B4BE52 background

This text has white color on #B4BE52 background.


Related colors

Complementary color

Complementary color for #hex is #4B41AD.


I love getcolorcode.com

Triadic colors

1 #52B4BE and #BE52B4 with #B4BE52 are triadic colors.

2 #52BEB4 and #BEB452 with #B4BE52 are triadic colors.