#b8b882

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

Shades of Pine Glade #B8B882

Tints of Pine Glade #B8B882

Color information

#B8B882 (or 0xB8B882) is unknown color: approx Pine Glade. HEX triplet: B8, B8 and 82. RGB value is (184,184,130). Sum of RGB (Red+Green+Blue) = 184+184+130=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B882 is #47477D. Grayscale: #B2B2B2. Windows color (decimal): -4671358 or 8566968. OLE color: 8566968.

HSL color Cylindrical-coordinate representation of color #B8B882: hue angle of 60º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8B882 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184184130-
CMYK000.290.28
HSL60º27.55%61.57%-
HSV(B)60º29.35%72.16%-
XYZ40.9446.0827.86-
YUV177.84101132.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=36.95%
G=36.95%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184184130000.290.286027.5561.57
HexB8B882001D1C3c1c3e
Octal270270202003534743476
Binary10111000101110001000001000111011110011110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8b882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8b882; }

 p { color: rgb(184,184,130); }

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

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

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

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

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

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

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