#BFBB77

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

Shades of Pine Glade #BFBB77

Tints of Pine Glade #BFBB77

Color information

#BFBB77 (or 0xBFBB77) is unknown color: approx Pine Glade. HEX triplet: BF, BB and 77. RGB value is (191,187,119). Sum of RGB (Red+Green+Blue) = 191+187+119=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB77 is #404488. Grayscale: #B4B4B4. Windows color (decimal): -4211849 or 7846847. OLE color: 7846847.

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

Color convert

RGB191187119-
CMYK00.020.380.25
HSL56.67º36%60.78%-
HSV(B)56.67º37.7%74.9%-
XYZ42.5947.9524.46-
YUV180.4493.33135.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 119 (46.88% from 255) = 23.94%
R=38.43%
G=37.63%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118711900.020.380.2556.673660.78
HexBFBB7702261939243d
Octal277273167024631714475
Binary1011111110111011111011101010011011001111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB77; }

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

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

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

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

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

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

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

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