#B4B27C

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

Shades of Pine Glade #B4B27C

Tints of Pine Glade #B4B27C

Color information

#B4B27C (or 0xB4B27C) is unknown color: approx Pine Glade. HEX triplet: B4, B2 and 7C. RGB value is (180,178,124). Sum of RGB (Red+Green+Blue) = 180+178+124=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B27C is #4B4D83. Grayscale: #ACACAC. Windows color (decimal): -4935044 or 8172212. OLE color: 8172212.

HSL color Cylindrical-coordinate representation of color #B4B27C: hue angle of 57.86º 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 #B4B27C is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180178124-
CMYK00.010.310.29
HSL57.86º27.18%59.61%-
HSV(B)57.86º31.11%70.59%-
XYZ38.384325.35-
YUV172.44100.66133.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=37.34%
G=36.93%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017812400.010.310.2957.8627.1859.61
HexB4B27C011F1D3a1b3c
Octal264262174013735723374
Binary1011010010110010111110001111111110111101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B27C; }

 p { color: rgb(180,178,124); }

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

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

 a { background-color: rgb(180,178,124); }

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

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

 span { border-color: rgb(180,178,124); }

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