Html Css Color HEX #B58360 Medium Wood

📋 copy color: '#B58360'

red 181 ◦ green 131 ◦ blue 96

#B58360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #B58360

Tints of Medium Wood #B58360

RGB

 RED value IS 181 (71.09% from 255) = 44.36%

 GREEN value IS 131 (51.56% from 255) = 32.11%

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 44.36%
G = 32.11%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B58360 (or 0xB58360) is known color: Medium Wood. HEX triplet: B5, 83 and 60. RGB value is (181,131,96). Sum of RGB (Red+Green+Blue) = 181+131+96=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B58360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58360 is #4A7C9F. Grayscale: #8E8E8E. Windows color (decimal): -4881568 or 6325173. OLE color: 6325173.

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

Color convert

RGB 181 131 96 -
CMYK 0 0.28 0.47 0.29
HSL 24.71º 0.36% 0.54% -
HSV(B) 24.71º 0.47% 0.71% -
XYZ 29.28 26.9 14.72 -
YUV 141.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 181 131 96 0 0.28 0.47 0.29 24.71 0.36 0.54
Hex B5 83 60 0 1C 2F 1D 19 24 36
Octal 265 203 140 0 34 57 35 31 44 66
Binary 10110101 10000011 1100000 0 11100 101111 11101 11001 100100 110110

Color Harmonies of #B58360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58360

Black with #B58360

Text Example


Text Example

White with #B58360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58360; }

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

 H1.HeaderClassName
 {
   color: #B58360;
 }
 .AnyTagClassName
 {
   color: #B58360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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