Html Css Color HEX #B57F5B Medium Wood

📋 copy color: '#B57F5B'

red 181 ◦ green 127 ◦ blue 91

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

Shades of Medium Wood #B57F5B

Tints of Medium Wood #B57F5B

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

 BLUE value IS 91 (35.94% from 255) = 22.81%

R = 45.36%
G = 31.83%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B57F5B (or 0xB57F5B) is known color: Medium Wood. HEX triplet: B5, 7F and 5B. RGB value is (181,127,91). Sum of RGB (Red+Green+Blue) = 181+127+91=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57F5B is #4A80A4. Grayscale: #8B8B8B. Windows color (decimal): -4882597 or 5996469. OLE color: 5996469.

HSL color Cylindrical-coordinate representation of color #B57F5B: hue angle of 24º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57F5B is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 127 91 -
CMYK 0 0.30 0.50 0.29
HSL 24º 0.38% 0.53% -
HSV(B) 24º 0.5% 0.71% -
XYZ 28.53 25.76 13.37 -
YUV 139.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 181 127 91 0 0.30 0.50 0.29 24 0.38 0.53
Hex B5 7F 5B 0 1E 32 1D 18 26 35
Octal 265 177 133 0 36 62 35 30 46 65
Binary 10110101 1111111 1011011 0 11110 110010 11101 11000 100110 110101

Color Harmonies of #B57F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57F5B

Black with #B57F5B

Text Example


Text Example

White with #B57F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57F5B; }

 p { color: rgb(181,127,91); }

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

background-color css

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

 a { background-color: rgb(181,127,91); }

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

border-color css

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

 span { border-color: rgb(181,127,91); }

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