#BBB87D

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

Shades of Pine Glade #BBB87D

Tints of Pine Glade #BBB87D

Color information

#BBB87D (or 0xBBB87D) is unknown color: approx Pine Glade. HEX triplet: BB, B8 and 7D. RGB value is (187,184,125). Sum of RGB (Red+Green+Blue) = 187+184+125=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB87D is #444782. Grayscale: #B2B2B2. Windows color (decimal): -4474755 or 8239291. OLE color: 8239291.

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

Color convert

RGB187184125-
CMYK00.020.330.27
HSL57.1º31.31%61.18%-
HSV(B)57.1º33.16%73.33%-
XYZ41.3446.3326.17-
YUV178.1797.99134.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 125 (49.22% from 255) = 25.20%
R=37.70%
G=37.10%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718412500.020.330.2757.131.3161.18
HexBBB87D02211B391f3d
Octal273270175024133713775
Binary101110111011100011111010101000011101111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB87D; }

 p { color: rgb(187,184,125); }

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

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

 a { background-color: rgb(187,184,125); }

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

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

 span { border-color: rgb(187,184,125); }

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