Html Css Color HEX #B57C5C Medium Wood

📋 copy color: '#B57C5C'

red 181 ◦ green 124 ◦ blue 92

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

Shades of Medium Wood #B57C5C

Tints of Medium Wood #B57C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 45.59%
G = 31.23%
B = 23.17%

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

#B57C5C (or 0xB57C5C) is known color: Medium Wood. HEX triplet: B5, 7C and 5C. RGB value is (181,124,92). Sum of RGB (Red+Green+Blue) = 181+124+92=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C5C is #4A83A3. Grayscale: #898989. Windows color (decimal): -4883364 or 6061237. OLE color: 6061237.

HSL color Cylindrical-coordinate representation of color #B57C5C: hue angle of 21.57º degrees, saturation: 0.38, 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 #B57C5C is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 124 92 -
CMYK 0 0.31 0.49 0.29
HSL 21.57º 0.38% 0.54% -
HSV(B) 21.57º 0.49% 0.71% -
XYZ 28.2 25.01 13.47 -
YUV 137.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 181 124 92 0 0.31 0.49 0.29 21.57 0.38 0.54
Hex B5 7C 5C 0 1F 31 1D 16 26 36
Octal 265 174 134 0 37 61 35 26 46 66
Binary 10110101 1111100 1011100 0 11111 110001 11101 10110 100110 110110

Color Harmonies of #B57C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C5C

Black with #B57C5C

Text Example


Text Example

White with #B57C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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