#B98162

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

Shades of Medium Wood #B98162

Tints of Medium Wood #B98162

Color information

#B98162 (or 0xB98162) is unknown color: approx Medium Wood. HEX triplet: B9, 81 and 62. RGB value is (185,129,98). Sum of RGB (Red+Green+Blue) = 185+129+98=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B98162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98162 is #467E9D. Grayscale: #8E8E8E. Windows color (decimal): -4619934 or 6455737. OLE color: 6455737.

HSL color Cylindrical-coordinate representation of color #B98162: hue angle of 21.38º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B98162 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18512998-
CMYK00.300.470.27
HSL21.38º38.33%55.49%-
HSV(B)21.38º47.03%72.55%-
XYZ30.0626.915.16-
YUV142.21103.05158.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 98 (38.67% from 255) = 23.79%
R=44.90%
G=31.31%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851299800.300.470.2721.3838.3355.49
HexB9816201E2F1B152637
Octal2712011420365733254667
Binary101110011000000111000100111101011111101110101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98162; }

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

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

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

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

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

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

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

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