#B48162

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

Shades of Medium Wood #B48162

Tints of Medium Wood #B48162

Color information

#B48162 (or 0xB48162) is unknown color: approx Medium Wood. HEX triplet: B4, 81 and 62. RGB value is (180,129,98). Sum of RGB (Red+Green+Blue) = 180+129+98=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B48162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48162 is #4B7E9D. Grayscale: #8C8C8C. Windows color (decimal): -4947614 or 6455732. OLE color: 6455732.

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

Color convert

RGB18012998-
CMYK00.280.460.29
HSL22.68º35.34%54.51%-
HSV(B)22.68º45.56%70.59%-
XYZ28.8826.2915.11-
YUV140.72103.9156.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=44.23%
G=31.70%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801299800.280.460.2922.6835.3454.51
HexB4816201C2E1D172337
Octal2642011420345635274367
Binary101101001000000111000100111001011101110110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48162; }

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

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

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

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

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

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

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

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