#B4B679

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

Shades of Pine Glade #B4B679

Tints of Pine Glade #B4B679

Color information

#B4B679 (or 0xB4B679) is unknown color: approx Pine Glade. HEX triplet: B4, B6 and 79. RGB value is (180,182,121). Sum of RGB (Red+Green+Blue) = 180+182+121=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B679 is #4B4986. Grayscale: #AEAEAE. Windows color (decimal): -4934023 or 7976628. OLE color: 7976628.

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

Color convert

RGB180182121-
CMYK0.0100.340.29
HSL61.97º29.47%59.41%-
HSV(B)61.97º33.52%71.37%-
XYZ3944.5424.63-
YUV174.4597.84131.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=37.27%
G=37.68%
B=25.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801821210.0100.340.2961.9729.4759.41
HexB4B67910221D3e1d3b
Octal264266171104235763573
Binary10110100101101101111001101000101110111111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B679; }

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

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

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

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

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

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

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

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