#B58967

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

Shades of Medium Wood #B58967

Tints of Medium Wood #B58967

Color information

#B58967 (or 0xB58967) is unknown color: approx Medium Wood. HEX triplet: B5, 89 and 67. RGB value is (181,137,103). Sum of RGB (Red+Green+Blue) = 181+137+103=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B58967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58967 is #4A7698. Grayscale: #929292. Windows color (decimal): -4880025 or 6785461. OLE color: 6785461.

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

Color convert

RGB181137103-
CMYK00.240.430.29
HSL26.15º34.51%55.69%-
HSV(B)26.15º43.09%70.98%-
XYZ30.4528.6916.77-
YUV146.28103.58152.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 103 (40.62% from 255) = 24.47%
R=42.99%
G=32.54%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113710300.240.430.2926.1534.5155.69
HexB589670182B1D1a2338
Octal2652111470305335324370
Binary101101011000100111001110110001010111110111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58967; }

 p { color: rgb(181,137,103); }

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

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

 a { background-color: rgb(181,137,103); }

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

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

 span { border-color: rgb(181,137,103); }

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