Html Css Color HEX #B57D63 Medium Wood

📋 copy color: '#B57D63'

red 181 ◦ green 125 ◦ blue 99

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

Shades of Medium Wood #B57D63

Tints of Medium Wood #B57D63

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

 BLUE value IS 99 (39.06% from 255) = 24.44%

R = 44.69%
G = 30.86%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B57D63 (or 0xB57D63) is known color: Medium Wood. HEX triplet: B5, 7D and 63. RGB value is (181,125,99). Sum of RGB (Red+Green+Blue) = 181+125+99=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D63 is #4A829C. Grayscale: #8A8A8A. Windows color (decimal): -4883101 or 6520245. OLE color: 6520245.

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

Color convert

RGB 181 125 99 -
CMYK 0 0.31 0.45 0.29
HSL 19.02º 0.36% 0.55% -
HSV(B) 19.02º 0.45% 0.71% -
XYZ 28.64 25.39 15.2 -
YUV 138.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 181 125 99 0 0.31 0.45 0.29 19.02 0.36 0.55
Hex B5 7D 63 0 1F 2D 1D 13 24 37
Octal 265 175 143 0 37 55 35 23 44 67
Binary 10110101 1111101 1100011 0 11111 101101 11101 10011 100100 110111

Color Harmonies of #B57D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57D63

Black with #B57D63

Text Example


Text Example

White with #B57D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57D63; }

 p { color: rgb(181,125,99); }

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

background-color css

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

 a { background-color: rgb(181,125,99); }

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

border-color css

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

 span { border-color: rgb(181,125,99); }

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