Html Css Color HEX #B57860 Medium Wood

📋 copy color: '#B57860'

red 181 ◦ green 120 ◦ blue 96

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

Shades of Medium Wood #B57860

Tints of Medium Wood #B57860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.23%

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

R = 45.59%
G = 30.23%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B57860 (or 0xB57860) is known color: Medium Wood. HEX triplet: B5, 78 and 60. RGB value is (181,120,96). Sum of RGB (Red+Green+Blue) = 181+120+96=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B57860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57860 is #4A879F. Grayscale: #878787. Windows color (decimal): -4884384 or 6322357. OLE color: 6322357.

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

Color convert

RGB 181 120 96 -
CMYK 0 0.34 0.47 0.29
HSL 16.94º 0.36% 0.54% -
HSV(B) 16.94º 0.47% 0.71% -
XYZ 27.88 24.1 14.25 -
YUV 135.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 181 120 96 0 0.34 0.47 0.29 16.94 0.36 0.54
Hex B5 78 60 0 22 2F 1D 11 24 36
Octal 265 170 140 0 42 57 35 21 44 66
Binary 10110101 1111000 1100000 0 100010 101111 11101 10001 100100 110110

Color Harmonies of #B57860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57860

Black with #B57860

Text Example


Text Example

White with #B57860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57860; }

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

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

background-color css

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

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

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

border-color css

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

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

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