#BFBB78

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

Shades of Pine Glade #BFBB78

Tints of Pine Glade #BFBB78

Color information

#BFBB78 (or 0xBFBB78) is unknown color: approx Pine Glade. HEX triplet: BF, BB and 78. RGB value is (191,187,120). Sum of RGB (Red+Green+Blue) = 191+187+120=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB78 is #404487. Grayscale: #B4B4B4. Windows color (decimal): -4211848 or 7912383. OLE color: 7912383.

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

Color convert

RGB191187120-
CMYK00.020.370.25
HSL56.62º35.68%60.98%-
HSV(B)56.62º37.17%74.9%-
XYZ42.6547.9724.78-
YUV180.5693.83135.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 187 (73.44% from 255) = 37.55%
BLUE value IS 120 (47.27% from 255) = 24.10%
R=38.35%
G=37.55%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118712000.020.370.2556.6235.6860.98
HexBFBB7802251939243d
Octal277273170024531714475
Binary1011111110111011111100001010010111001111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB78; }

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

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

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

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

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

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

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

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