#B98165

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

Shades of Medium Wood #B98165

Tints of Medium Wood #B98165

Color information

#B98165 (or 0xB98165) is unknown color: approx Medium Wood. HEX triplet: B9, 81 and 65. RGB value is (185,129,101). Sum of RGB (Red+Green+Blue) = 185+129+101=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B98165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98165 is #467E9A. Grayscale: #8E8E8E. Windows color (decimal): -4619931 or 6652345. OLE color: 6652345.

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

Color convert

RGB185129101-
CMYK00.300.450.27
HSL20º37.5%56.08%-
HSV(B)20º45.41%72.55%-
XYZ30.2126.9515.92-
YUV142.55104.55158.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=44.58%
G=31.08%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512910100.300.450.272037.556.08
HexB9816501E2D1B142638
Octal2712011450365533244670
Binary101110011000000111001010111101011011101110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98165; }

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

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

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

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

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

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

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

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