#B98167

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

Shades of Medium Wood #B98167

Tints of Medium Wood #B98167

Color information

#B98167 (or 0xB98167) is unknown color: approx Medium Wood. HEX triplet: B9, 81 and 67. RGB value is (185,129,103). Sum of RGB (Red+Green+Blue) = 185+129+103=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B98167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98167 is #467E98. Grayscale: #8E8E8E. Windows color (decimal): -4619929 or 6783417. OLE color: 6783417.

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

Color convert

RGB185129103-
CMYK00.300.440.27
HSL19.02º36.94%56.47%-
HSV(B)19.02º44.32%72.55%-
XYZ30.3126.9916.45-
YUV142.78105.55158.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 103 (40.62% from 255) = 24.70%
R=44.36%
G=30.94%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512910300.300.440.2719.0236.9456.47
HexB9816701E2C1B132538
Octal2712011470365433234570
Binary101110011000000111001110111101011001101110011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98167; }

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

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

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

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

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

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

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

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