Html Css Color HEX #B57C58 Medium Wood

📋 copy color: '#B57C58'

red 181 ◦ green 124 ◦ blue 88

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

Shades of Medium Wood #B57C58

Tints of Medium Wood #B57C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.39%

R = 46.06%
G = 31.55%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B57C58 (or 0xB57C58) is known color: Medium Wood. HEX triplet: B5, 7C and 58. RGB value is (181,124,88). Sum of RGB (Red+Green+Blue) = 181+124+88=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C58 is #4A83A7. Grayscale: #898989. Windows color (decimal): -4883368 or 5799093. OLE color: 5799093.

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

Color convert

RGB 181 124 88 -
CMYK 0 0.31 0.51 0.29
HSL 23.23º 0.39% 0.53% -
HSV(B) 23.23º 0.51% 0.71% -
XYZ 28.03 24.94 12.57 -
YUV 136.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 181 124 88 0 0.31 0.51 0.29 23.23 0.39 0.53
Hex B5 7C 58 0 1F 33 1D 17 27 35
Octal 265 174 130 0 37 63 35 27 47 65
Binary 10110101 1111100 1011000 0 11111 110011 11101 10111 100111 110101

Color Harmonies of #B57C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C58

Black with #B57C58

Text Example


Text Example

White with #B57C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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