#BBBF77

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

Shades of Pine Glade #BBBF77

Tints of Pine Glade #BBBF77

Color information

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

HSL color Cylindrical-coordinate representation of color #BBBF77: hue angle of 63.33º 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 #BBBF77 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB187191119-
CMYK0.0200.380.25
HSL63.33º36%60.78%-
HSV(B)63.33º37.7%74.9%-
XYZ42.4549.1624.7-
YUV181.692.67131.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911190.0200.380.2563.333660.78
HexBBBF772026193f243d
Octal273277167204631774475
Binary1011101110111111111011110010011011001111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF77; }

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

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

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

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

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

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

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

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