#B0B47A

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

Shades of Pine Glade #B0B47A

Tints of Pine Glade #B0B47A

Color information

#B0B47A (or 0xB0B47A) is unknown color: approx Pine Glade. HEX triplet: B0, B4 and 7A. RGB value is (176,180,122). Sum of RGB (Red+Green+Blue) = 176+180+122=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B47A is #4F4B85. Grayscale: #ACACAC. Windows color (decimal): -5196678 or 8041648. OLE color: 8041648.

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

Color convert

RGB176180122-
CMYK0.0200.320.29
HSL64.14º27.88%59.22%-
HSV(B)64.14º32.22%70.59%-
XYZ37.7443.2824.78-
YUV172.1999.67130.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=36.82%
G=37.66%
B=25.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761801220.0200.320.2964.1427.8859.22
HexB0B47A20201D401c3b
Octal2602641722040351003473
Binary1011000010110100111101010010000011101100000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B47A; }

 p { color: rgb(176,180,122); }

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

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

 a { background-color: rgb(176,180,122); }

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

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

 span { border-color: rgb(176,180,122); }

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