#B3B873

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

Shades of Pine Glade #B3B873

Tints of Pine Glade #B3B873

Color information

#B3B873 (or 0xB3B873) is unknown color: approx Pine Glade. HEX triplet: B3, B8 and 73. RGB value is (179,184,115). Sum of RGB (Red+Green+Blue) = 179+184+115=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B873 is #4C478C. Grayscale: #AEAEAE. Windows color (decimal): -4999053 or 7583923. OLE color: 7583923.

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

Color convert

RGB179184115-
CMYK0.0300.380.28
HSL64.35º32.7%58.63%-
HSV(B)64.35º37.5%72.16%-
XYZ38.8345.122.88-
YUV174.6494.34131.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=37.45%
G=38.49%
B=24.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791841150.0300.380.2864.3532.758.63
HexB3B87330261C40213b
Octal2632701633046341004173
Binary10110011101110001110011110100110111001000000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B873; }

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

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

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

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

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

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

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

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