#B58968

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

Shades of Medium Wood #B58968

Tints of Medium Wood #B58968

Color information

#B58968 (or 0xB58968) is unknown color: approx Medium Wood. HEX triplet: B5, 89 and 68. RGB value is (181,137,104). Sum of RGB (Red+Green+Blue) = 181+137+104=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B58968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58968 is #4A7697. Grayscale: #929292. Windows color (decimal): -4880024 or 6850997. OLE color: 6850997.

HSL color Cylindrical-coordinate representation of color #B58968: hue angle of 25.71º degrees, saturation: 0.34, 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 #B58968 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181137104-
CMYK00.240.430.29
HSL25.71º34.22%55.88%-
HSV(B)25.71º42.54%70.98%-
XYZ30.528.7117.03-
YUV146.39104.08152.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=42.89%
G=32.46%
B=24.64%

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
Decimal18113710400.240.430.2925.7134.2255.88
HexB589680182B1D1a2238
Octal2652111500305335324270
Binary101101011000100111010000110001010111110111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58968; }

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

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

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

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

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

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

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

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