#B4816A

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

Shades of Medium Wood #B4816A

Tints of Medium Wood #B4816A

Color information

#B4816A (or 0xB4816A) is unknown color: approx Medium Wood. HEX triplet: B4, 81 and 6A. RGB value is (180,129,106). Sum of RGB (Red+Green+Blue) = 180+129+106=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B4816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4816A is #4B7E95. Grayscale: #8D8D8D. Windows color (decimal): -4947606 or 6980020. OLE color: 6980020.

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

Color convert

RGB180129106-
CMYK00.280.410.29
HSL18.65º33.04%56.08%-
HSV(B)18.65º41.11%70.59%-
XYZ29.2726.4417.2-
YUV141.63107.9155.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=43.37%
G=31.08%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012910600.280.410.2918.6533.0456.08
HexB4816A01C291D132138
Octal2642011520345135234170
Binary101101001000000111010100111001010011110110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4816A; }

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

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

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

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

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

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

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

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