#B4815A

Color #B4815A Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B4815A

Tints of Medium Wood #B4815A

Color information

#B4815A (or 0xB4815A) is unknown color: approx Medium Wood. HEX triplet: B4, 81 and 5A. RGB value is (180,129,90). Sum of RGB (Red+Green+Blue) = 180+129+90=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4815A is #4B7EA5. Grayscale: #8C8C8C. Windows color (decimal): -4947622 or 5931444. OLE color: 5931444.

HSL color Cylindrical-coordinate representation of color #B4815A: hue angle of 26º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4815A is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18012990-
CMYK00.280.500.29
HSL26º37.5%52.94%-
HSV(B)26º50%70.59%-
XYZ28.5226.1413.22-
YUV139.899.9156.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=45.11%
G=32.33%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801299000.280.500.292637.552.94
HexB4815A01C321D1a2635
Octal2642011320346235324665
Binary101101001000000110110100111001100101110111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4815A; }

 p { color: rgb(180,129,90); }

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

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

 a { background-color: rgb(180,129,90); }

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

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

 span { border-color: rgb(180,129,90); }

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