#BFBB7B

Color #BFBB7B Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BFBB7B

Tints of Pine Glade #BFBB7B

Color information

#BFBB7B (or 0xBFBB7B) is unknown color: approx Pine Glade. HEX triplet: BF, BB and 7B. RGB value is (191,187,123). Sum of RGB (Red+Green+Blue) = 191+187+123=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB7B is #404484. Grayscale: #B5B5B5. Windows color (decimal): -4211845 or 8108991. OLE color: 8108991.

HSL color Cylindrical-coordinate representation of color #BFBB7B: hue angle of 56.47º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFBB7B is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB191187123-
CMYK00.020.360.25
HSL56.47º34.69%61.57%-
HSV(B)56.47º35.6%74.9%-
XYZ42.8348.0525.76-
YUV180.995.33135.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=38.12%
G=37.33%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118712300.020.360.2556.4734.6961.57
HexBFBB7B02241938233e
Octal277273173024431704376
Binary1011111110111011111101101010010011001111000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB7B; }

 p { color: rgb(191,187,123); }

 H1.HeaderClassName
 {
   color: #BFBB7B;
 }
 .AnyTagClassName
 {
   color: #BFBB7B;
 }
</style>
background-color css

<style>
 a { background-color: #BFBB7B; }

 a { background-color: rgb(191,187,123); }

 div.DivClassName
 {
   background-color: #BFBB7B;
 }
 .BgClassName
 {
   background-color: #BFBB7B;
 }
</style>
border-color css

<style>
 span { border-color: #BFBB7B; }

 span { border-color: rgb(191,187,123); }

 td.TdClassName
 {
   border-color: #BFBB7B;
 }
 .TagClassName
 {
   border-color: #BFBB7B;
 }
</style>