#B0B47D

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

Shades of Pine Glade #B0B47D

Tints of Pine Glade #B0B47D

Color information

#B0B47D (or 0xB0B47D) is unknown color: approx Pine Glade. HEX triplet: B0, B4 and 7D. RGB value is (176,180,125). Sum of RGB (Red+Green+Blue) = 176+180+125=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B47D is #4F4B82. Grayscale: #ACACAC. Windows color (decimal): -5196675 or 8238256. OLE color: 8238256.

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

Color convert

RGB176180125-
CMYK0.0200.310.29
HSL64.36º26.83%59.8%-
HSV(B)64.36º30.56%70.59%-
XYZ37.9343.3525.77-
YUV172.53101.17130.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=36.59%
G=37.42%
B=25.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761801250.0200.310.2964.3626.8359.8
HexB0B47D201F1D401b3c
Octal2602641752037351003374
Binary101100001011010011111011001111111101100000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B47D; }

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

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

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

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

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

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

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

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