#B8B884

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

Shades of Pine Glade #B8B884

Tints of Pine Glade #B8B884

Color information

#B8B884 (or 0xB8B884) is unknown color: approx Pine Glade. HEX triplet: B8, B8 and 84. RGB value is (184,184,132). Sum of RGB (Red+Green+Blue) = 184+184+132=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B884 is #47477B. Grayscale: #B2B2B2. Windows color (decimal): -4671356 or 8698040. OLE color: 8698040.

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

Color convert

RGB184184132-
CMYK000.280.28
HSL60º26.8%61.96%-
HSV(B)60º28.26%72.16%-
XYZ41.0746.1428.57-
YUV178.07102132.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=36.8%
G=36.8%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184184132000.280.286026.861.96
HexB8B884001C1C3c1b3e
Octal270270204003434743376
Binary10111000101110001000010000111001110011110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B884; }

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

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

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

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

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

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

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

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