#B4B973

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

Shades of Pine Glade #B4B973

Tints of Pine Glade #B4B973

Color information

#B4B973 (or 0xB4B973) is unknown color: approx Pine Glade. HEX triplet: B4, B9 and 73. RGB value is (180,185,115). Sum of RGB (Red+Green+Blue) = 180+185+115=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B973 is #4B468C. Grayscale: #AFAFAF. Windows color (decimal): -4933261 or 7584180. OLE color: 7584180.

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

Color convert

RGB180185115-
CMYK0.0300.380.27
HSL64.29º33.33%58.82%-
HSV(B)64.29º37.84%72.55%-
XYZ39.2745.6422.96-
YUV175.5293.84131.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 185 (72.66% from 255) = 38.54%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=37.5%
G=38.54%
B=23.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851150.0300.380.2764.2933.3358.82
HexB4B97330261B40213b
Octal2642711633046331004173
Binary10110100101110011110011110100110110111000000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B973; }

 p { color: rgb(180,185,115); }

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

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

 a { background-color: rgb(180,185,115); }

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

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

 span { border-color: rgb(180,185,115); }

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