Html Css Color HEX #B57B5D Medium Wood

📋 copy color: '#B57B5D'

red 181 ◦ green 123 ◦ blue 93

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

Shades of Medium Wood #B57B5D

Tints of Medium Wood #B57B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

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

R = 45.59%
G = 30.98%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B57B5D (or 0xB57B5D) is known color: Medium Wood. HEX triplet: B5, 7B and 5D. RGB value is (181,123,93). Sum of RGB (Red+Green+Blue) = 181+123+93=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B5D is #4A84A2. Grayscale: #898989. Windows color (decimal): -4883619 or 6126517. OLE color: 6126517.

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

Color convert

RGB 181 123 93 -
CMYK 0 0.32 0.49 0.29
HSL 20.45º 0.37% 0.54% -
HSV(B) 20.45º 0.49% 0.71% -
XYZ 28.11 24.78 13.66 -
YUV 136.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 181 123 93 0 0.32 0.49 0.29 20.45 0.37 0.54
Hex B5 7B 5D 0 20 31 1D 14 25 36
Octal 265 173 135 0 40 61 35 24 45 66
Binary 10110101 1111011 1011101 0 100000 110001 11101 10100 100101 110110

Color Harmonies of #B57B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B5D

Black with #B57B5D

Text Example


Text Example

White with #B57B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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