COLOR #BBBF79

HEX: #BBBF79
RGB: (187,191,121)

Color info

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

RGB color model

#BBBF79 color RGB value is (187,191,121).

  • red value is 187;
  • green value is 191;
  • blue value is 121.
RGB:
(187,191,121)
(73%,75%,47%)

RGB channels and saturation

R 187 of 255 = 73%
G 191 of 255 = 75%
B 121 of 255 = 47%

187
191
121

R + G + B ~ 65%. #BBBF79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 191 + 121 = 499 (100%)
R 187 of 499 ~ 37.47%
G 191 of 499 ~ 38.28%
B 121 of 499 ~ 24.25%

%37.47
%38.28
%24.25

CMYK color model

#BBBF79 color CMYK value is (2,0,37,25).

  • cyan value is 2.09%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 25.10%
CMYK:
(2,0,37,25)
C2M0Y37K25 
(2%,0%,37%,25%)
(0.02/0.00/0.37/0.25)	

CMYK percentages

%2.09
%0
%36.65
%25.1

Codes

Color #BBBF79 in popluar color models

BBBF79
RGB187191121
HSL63°35.35%61.18%
HSB/HSV63°36.65%74.90%
CMYK2.09%0.00%36.65%
25.10%

Color #BBBF79 in popluar number systems.

HEXBBBF79
Decimal187191121
Binary10111011101111111111001
Octal273277171

Shades and tints

Shades of #BBBF79

#BBBF79
(187,191,121)
#AAAE6E
(170,174,110)
#999D63
(153,157,99)
#888C58
(136,140,88)
#777B4D
(119,123,77)
#666A42
(102,106,66)
#555937
(85,89,55)
#44482C
(68,72,44)
#333721
(51,55,33)
#222616
(34,38,22)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #BBBF79

#BBBF79
(187,191,121)
#C1C485
(193,196,133)
#C7C991
(199,201,145)
#CDCE9D
(205,206,157)
#D3D3A9
(211,211,169)
#D9D8B5
(217,216,181)
#DFDDC1
(223,221,193)
#E5E2CD
(229,226,205)
#EBE7D9
(235,231,217)
#F1ECE5
(241,236,229)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBF79 color. Also use rgb(187,191,121) instead hex code.

Text Font Color

.myTextColor { color: #BBBF79; }

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

This text font color is #BBBF79.


Background Color

.myBgColor { background-color: #BBBF79; }

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

This div background color is #BBBF79.


Border color

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

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

This div border color is #BBBF79.


Opacity

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

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

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

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

This text has shadow with #BBBF79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBF79 on black background.


Color preview on white background

This text has color #BBBF79 on white background.



Black color preview on #BBBF79 background

This text has black color on #BBBF79 background.


White color preview on #BBBF79 background

This text has white color on #BBBF79 background.