Html Css Color HEX #B57C5D Medium Wood

📋 copy color: '#B57C5D'

red 181 ◦ green 124 ◦ blue 93

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

Shades of Medium Wood #B57C5D

Tints of Medium Wood #B57C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.37%

R = 45.48%
G = 31.16%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B57C5D (or 0xB57C5D) is known color: Medium Wood. HEX triplet: B5, 7C and 5D. RGB value is (181,124,93). Sum of RGB (Red+Green+Blue) = 181+124+93=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C5D is #4A83A2. Grayscale: #898989. Windows color (decimal): -4883363 or 6126773. OLE color: 6126773.

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

Color convert

RGB 181 124 93 -
CMYK 0 0.31 0.49 0.29
HSL 21.14º 0.37% 0.54% -
HSV(B) 21.14º 0.49% 0.71% -
XYZ 28.24 25.03 13.7 -
YUV 137.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 181 124 93 0 0.31 0.49 0.29 21.14 0.37 0.54
Hex B5 7C 5D 0 1F 31 1D 15 25 36
Octal 265 174 135 0 37 61 35 25 45 66
Binary 10110101 1111100 1011101 0 11111 110001 11101 10101 100101 110110

Color Harmonies of #B57C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C5D

Black with #B57C5D

Text Example


Text Example

White with #B57C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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