#B4B37B

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

Shades of Pine Glade #B4B37B

Tints of Pine Glade #B4B37B

Color information

#B4B37B (or 0xB4B37B) is unknown color: approx Pine Glade. HEX triplet: B4, B3 and 7B. RGB value is (180,179,123). Sum of RGB (Red+Green+Blue) = 180+179+123=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B37B is #4B4C84. Grayscale: #ADADAD. Windows color (decimal): -4934789 or 8106932. OLE color: 8106932.

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

Color convert

RGB180179123-
CMYK00.010.320.29
HSL58.95º27.54%59.41%-
HSV(B)58.95º31.67%70.59%-
XYZ38.5243.3725.08-
YUV172.9299.83133.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 123 (48.44% from 255) = 25.52%
R=37.34%
G=37.14%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017912300.010.320.2958.9527.5459.41
HexB4B37B01201D3b1c3b
Octal264263173014035733473
Binary10110100101100111111011011000001110111101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B37B; }

 p { color: rgb(180,179,123); }

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

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

 a { background-color: rgb(180,179,123); }

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

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

 span { border-color: rgb(180,179,123); }

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