#B3B884

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

Shades of Pine Glade #B3B884

Tints of Pine Glade #B3B884

Color information

#B3B884 (or 0xB3B884) is unknown color: approx Pine Glade. HEX triplet: B3, B8 and 84. RGB value is (179,184,132). Sum of RGB (Red+Green+Blue) = 179+184+132=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B884 is #4C477B. Grayscale: #B0B0B0. Windows color (decimal): -4999036 or 8698035. OLE color: 8698035.

HSL color Cylindrical-coordinate representation of color #B3B884: hue angle of 65.77º 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 #B3B884 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB179184132-
CMYK0.0300.280.28
HSL65.77º26.8%61.96%-
HSV(B)65.77º28.26%72.16%-
XYZ39.945.5328.52-
YUV176.58102.84129.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=36.16%
G=37.17%
B=26.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791841320.0300.280.2865.7726.861.96
HexB3B884301C1C421b3e
Octal2632702043034341023376
Binary1011001110111000100001001101110011100100001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B884; }

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

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

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

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

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

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

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

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