#B5816A

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

Shades of Medium Wood #B5816A

Tints of Medium Wood #B5816A

Color information

#B5816A (or 0xB5816A) is unknown color: approx Medium Wood. HEX triplet: B5, 81 and 6A. RGB value is (181,129,106). Sum of RGB (Red+Green+Blue) = 181+129+106=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B5816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5816A is #4A7E95. Grayscale: #8E8E8E. Windows color (decimal): -4882070 or 6980021. OLE color: 6980021.

HSL color Cylindrical-coordinate representation of color #B5816A: hue angle of 18.4º degrees, saturation: 0.34, 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 #B5816A is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181129106-
CMYK00.290.410.29
HSL18.4º33.63%56.27%-
HSV(B)18.4º41.44%70.98%-
XYZ29.5126.5617.21-
YUV141.93107.73155.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=43.51%
G=31.01%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112910600.290.410.2918.433.6356.27
HexB5816A01D291D122238
Octal2652011520355135224270
Binary101101011000000111010100111011010011110110010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5816A; }

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

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

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

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

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

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

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

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