#B4B979

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

Shades of Pine Glade #B4B979

Tints of Pine Glade #B4B979

Color information

#B4B979 (or 0xB4B979) is unknown color: approx Pine Glade. HEX triplet: B4, B9 and 79. RGB value is (180,185,121). Sum of RGB (Red+Green+Blue) = 180+185+121=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B979 is #4B4686. Grayscale: #B0B0B0. Windows color (decimal): -4933255 or 7977396. OLE color: 7977396.

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

Color convert

RGB180185121-
CMYK0.0300.350.27
HSL64.69º31.37%60%-
HSV(B)64.69º34.59%72.55%-
XYZ39.6245.7824.84-
YUV176.2196.84130.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=37.04%
G=38.07%
B=24.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851210.0300.350.2764.6931.3760
HexB4B97930231B411f3c
Octal2642711713043331013774
Binary1011010010111001111100111010001111011100000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B979; }

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

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

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

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

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

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

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

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