#B58368

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

Shades of Medium Wood #B58368

Tints of Medium Wood #B58368

Color information

#B58368 (or 0xB58368) is unknown color: approx Medium Wood. HEX triplet: B5, 83 and 68. RGB value is (181,131,104). Sum of RGB (Red+Green+Blue) = 181+131+104=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B58368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58368 is #4A7C97. Grayscale: #8F8F8F. Windows color (decimal): -4881560 or 6849461. OLE color: 6849461.

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

Color convert

RGB181131104-
CMYK00.280.430.29
HSL21.04º34.22%55.88%-
HSV(B)21.04º42.54%70.98%-
XYZ29.6727.0616.76-
YUV142.87106.07155.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 104 (41.02% from 255) = 25%
R=43.51%
G=31.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113110400.280.430.2921.0434.2255.88
HexB5836801C2B1D152238
Octal2652031500345335254270
Binary101101011000001111010000111001010111110110101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58368; }

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

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

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

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

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

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

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

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