Html Css Color HEX #B57C5E Medium Wood

📋 copy color: '#B57C5E'

red 181 ◦ green 124 ◦ blue 94

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

Shades of Medium Wood #B57C5E

Tints of Medium Wood #B57C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 45.36%
G = 31.08%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B57C5E (or 0xB57C5E) is known color: Medium Wood. HEX triplet: B5, 7C and 5E. RGB value is (181,124,94). Sum of RGB (Red+Green+Blue) = 181+124+94=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C5E is #4A83A1. Grayscale: #898989. Windows color (decimal): -4883362 or 6192309. OLE color: 6192309.

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

Color convert

RGB 181 124 94 -
CMYK 0 0.31 0.48 0.29
HSL 20.69º 0.37% 0.54% -
HSV(B) 20.69º 0.48% 0.71% -
XYZ 28.28 25.05 13.93 -
YUV 137.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 181 124 94 0 0.31 0.48 0.29 20.69 0.37 0.54
Hex B5 7C 5E 0 1F 30 1D 15 25 36
Octal 265 174 136 0 37 60 35 25 45 66
Binary 10110101 1111100 1011110 0 11111 110000 11101 10101 100101 110110

Color Harmonies of #B57C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C5E

Black with #B57C5E

Text Example


Text Example

White with #B57C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C5E; }

 p { color: rgb(181,124,94); }

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

background-color css

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

 a { background-color: rgb(181,124,94); }

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

border-color css

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

 span { border-color: rgb(181,124,94); }

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