#BBB67E

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

Shades of Pine Glade #BBB67E

Tints of Pine Glade #BBB67E

Color information

#BBB67E (or 0xBBB67E) is unknown color: approx Pine Glade. HEX triplet: BB, B6 and 7E. RGB value is (187,182,126). Sum of RGB (Red+Green+Blue) = 187+182+126=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB67E is #444981. Grayscale: #B1B1B1. Windows color (decimal): -4475266 or 8304315. OLE color: 8304315.

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

Color convert

RGB187182126-
CMYK00.030.330.27
HSL55.08º30.96%61.37%-
HSV(B)55.08º32.62%73.33%-
XYZ40.9945.5326.37-
YUV177.1199.16135.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=37.78%
G=36.77%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718212600.030.330.2755.0830.9661.37
HexBBB67E03211B371f3d
Octal273266176034133673775
Binary101110111011011011111100111000011101111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB67E; }

 p { color: rgb(187,182,126); }

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

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

 a { background-color: rgb(187,182,126); }

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

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

 span { border-color: rgb(187,182,126); }

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