COLOR #B7BE75

HEX: #B7BE75 RGB: (183,190,117)

Color info

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

RGB color model

#B7BE75 color RGB value is (183,190,117).

RGB: (183,190,117) (72%, 75%, 46%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 117 of 255 = 46%

183
190
117

R + G + B ~ 64%. #B7BE75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 190 + 117 = 490 (100%)
R 183 of 490 ~ 37.35%
G 190 of 490 ~ 38.78%
B 117 of 490 ~ 23.88'%

%37.35
%38.78
%23.88

CMYK color model

#B7BE75 color CMYK value is (4,0,38,25).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 38.42%
  • key color value is 25.49%
CMYK: (4,0,38,25) C4M0Y38K25 (4%,0%,38%,25%) (0.04/0.00/0.38/0.25) 

CMYK percentages

%3.68
%0
%38.42
%25.49

Codes

Color #B7BE75 in popluar color models

B7 BE 75
RGB 183 190 117
HSL 66° 35.96% 60.20%
HSB/HSV 66° 38.42% 74.51%
CMYK 3.68% 0.00% 38.42%
25.49%

Color #B7BE75 in popluar number systems.

HEX B7 BE 75
Decimal 183 190 117
Binary 10110111 10111110 1110101
Octal 267 276 165

Shades and tints

Shades of #B7BE75

#B7BE75
(183,190,117)
#A7AD6B
(167,173,107)
#979C61
(151,156,97)
#878B57
(135,139,87)
#777A4D
(119,122,77)
#676943
(103,105,67)
#575839
(87,88,57)
#47472F
(71,71,47)
#373625
(55,54,37)
#27251B
(39,37,27)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #B7BE75

#B7BE75
(183,190,117)
#BDC381
(189,195,129)
#C3C88D
(195,200,141)
#C9CD99
(201,205,153)
#CFD2A5
(207,210,165)
#D5D7B1
(213,215,177)
#DBDCBD
(219,220,189)
#E1E1C9
(225,225,201)
#E7E6D5
(231,230,213)
#EDEBE1
(237,235,225)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BE75 color. Also use rgb(183,190,117) instead hex code.

Text Font Color

.myTextColor { color: #B7BE75; }

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

This text font color is #B7BE75.

Background Color

.myBgColor { background-color: #B7BE75; }

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

This div background color is #B7BE75.

Border color

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

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

This div border color is #B7BE75.

Opacity

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

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

Text with #B7BE75 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 #B7BE75;}

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

This text has shadow with #B7BE75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BE75.

Preview

Color preview on black background

This text has color #B7BE75 on black background.


Color preview on white background

This text has color #B7BE75 on white background.


Black color preview on #B7BE75 background

This text has black color on #B7BE75 background.


White color preview on #B7BE75 background

This text has white color on #B7BE75 background.


Related colors

Complementary color

Complementary color for #hex is #48418A.


I love getcolorcode.com

Triadic colors

1 #75B7BE and #BE75B7 with #B7BE75 are triadic colors.

2 #75BEB7 and #BEB775 with #B7BE75 are triadic colors.