#B58364

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

Shades of Medium Wood #B58364

Tints of Medium Wood #B58364

Color information

#B58364 (or 0xB58364) is unknown color: approx Medium Wood. HEX triplet: B5, 83 and 64. RGB value is (181,131,100). Sum of RGB (Red+Green+Blue) = 181+131+100=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B58364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58364 is #4A7C9B. Grayscale: #8E8E8E. Windows color (decimal): -4881564 or 6587317. OLE color: 6587317.

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

Color convert

RGB181131100-
CMYK00.280.450.29
HSL22.96º35.37%55.1%-
HSV(B)22.96º44.75%70.98%-
XYZ29.4726.9815.71-
YUV142.42104.07155.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 100 (39.45% from 255) = 24.27%
R=43.93%
G=31.80%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113110000.280.450.2922.9635.3755.1
HexB5836401C2D1D172337
Octal2652031440345535274367
Binary101101011000001111001000111001011011110110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58364; }

 p { color: rgb(181,131,100); }

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

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

 a { background-color: rgb(181,131,100); }

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

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

 span { border-color: rgb(181,131,100); }

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