#BBB77A

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

Shades of Pine Glade #BBB77A

Tints of Pine Glade #BBB77A

Color information

#BBB77A (or 0xBBB77A) is unknown color: approx Pine Glade. HEX triplet: BB, B7 and 7A. RGB value is (187,183,122). Sum of RGB (Red+Green+Blue) = 187+183+122=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB77A is #444885. Grayscale: #B1B1B1. Windows color (decimal): -4475014 or 8042427. OLE color: 8042427.

HSL color Cylindrical-coordinate representation of color #BBB77A: hue angle of 56.31º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBB77A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187183122-
CMYK00.020.350.27
HSL56.31º32.34%60.59%-
HSV(B)56.31º34.76%73.33%-
XYZ40.9445.8425.1-
YUV177.2496.83134.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=38.01%
G=37.20%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718312200.020.350.2756.3132.3460.59
HexBBB77A02231B38203d
Octal273267172024333704075
Binary1011101110110111111101001010001111011111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB77A; }

 p { color: rgb(187,183,122); }

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

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

 a { background-color: rgb(187,183,122); }

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

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

 span { border-color: rgb(187,183,122); }

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