Html Css Color HEX #B57960 Medium Wood

📋 copy color: '#B57960'

red 181 ◦ green 121 ◦ blue 96

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

Shades of Medium Wood #B57960

Tints of Medium Wood #B57960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

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

R = 45.48%
G = 30.4%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B57960 (or 0xB57960) is known color: Medium Wood. HEX triplet: B5, 79 and 60. RGB value is (181,121,96). Sum of RGB (Red+Green+Blue) = 181+121+96=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B57960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57960 is #4A869F. Grayscale: #888888. Windows color (decimal): -4884128 or 6322613. OLE color: 6322613.

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

Color convert

RGB 181 121 96 -
CMYK 0 0.33 0.47 0.29
HSL 17.65º 0.36% 0.54% -
HSV(B) 17.65º 0.47% 0.71% -
XYZ 28 24.34 14.29 -
YUV 136.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 181 121 96 0 0.33 0.47 0.29 17.65 0.36 0.54
Hex B5 79 60 0 21 2F 1D 12 24 36
Octal 265 171 140 0 41 57 35 22 44 66
Binary 10110101 1111001 1100000 0 100001 101111 11101 10010 100100 110110

Color Harmonies of #B57960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57960

Black with #B57960

Text Example


Text Example

White with #B57960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57960; }

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

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

background-color css

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

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

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

border-color css

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

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

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