#B98362

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

Shades of Medium Wood #B98362

Tints of Medium Wood #B98362

Color information

#B98362 (or 0xB98362) is unknown color: approx Medium Wood. HEX triplet: B9, 83 and 62. RGB value is (185,131,98). Sum of RGB (Red+Green+Blue) = 185+131+98=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B98362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98362 is #467C9D. Grayscale: #8F8F8F. Windows color (decimal): -4619422 or 6456249. OLE color: 6456249.

HSL color Cylindrical-coordinate representation of color #B98362: hue angle of 22.76º 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 #B98362 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18513198-
CMYK00.290.470.27
HSL22.76º38.33%55.49%-
HSV(B)22.76º47.03%72.55%-
XYZ30.3327.4315.25-
YUV143.38102.39157.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=44.69%
G=31.64%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851319800.290.470.2722.7638.3355.49
HexB9836201D2F1B172637
Octal2712031420355733274667
Binary101110011000001111000100111011011111101110111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98362; }

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

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

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

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

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

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

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

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