Html Css Color HEX #B37D5D Medium Wood

📋 copy color: '#B37D5D'

red 179 ◦ green 125 ◦ blue 93

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

Shades of Medium Wood #B37D5D

Tints of Medium Wood #B37D5D

RGB

 RED value IS 179 (70.31% from 255) = 45.09%

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

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

R = 45.09%
G = 31.49%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B37D5D (or 0xB37D5D) is known color: Medium Wood. HEX triplet: B3, 7D and 5D. RGB value is (179,125,93). Sum of RGB (Red+Green+Blue) = 179+125+93=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D5D is #4C82A2. Grayscale: #898989. Windows color (decimal): -5014179 or 6127027. OLE color: 6127027.

HSL color Cylindrical-coordinate representation of color #B37D5D: hue angle of 22.33º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B37D5D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 125 93 -
CMYK 0 0.30 0.48 0.30
HSL 22.33º 0.36% 0.53% -
HSV(B) 22.33º 0.48% 0.7% -
XYZ 27.9 25.04 13.72 -
YUV 137.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 179 125 93 0 0.30 0.48 0.30 22.33 0.36 0.53
Hex B3 7D 5D 0 1E 30 1E 16 24 35
Octal 263 175 135 0 36 60 36 26 44 65
Binary 10110011 1111101 1011101 0 11110 110000 11110 10110 100100 110101

Color Harmonies of #B37D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D5D

Black with #B37D5D

Text Example


Text Example

White with #B37D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D5D; }

 p { color: rgb(179,125,93); }

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

background-color css

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

 a { background-color: rgb(179,125,93); }

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

border-color css

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

 span { border-color: rgb(179,125,93); }

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