Html Css Color HEX #B37D5B Medium Wood

📋 copy color: '#B37D5B'

red 179 ◦ green 125 ◦ blue 91

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

Shades of Medium Wood #B37D5B

Tints of Medium Wood #B37D5B

RGB

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

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

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

R = 45.32%
G = 31.65%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B37D5B (or 0xB37D5B) is known color: Medium Wood. HEX triplet: B3, 7D and 5B. RGB value is (179,125,91). Sum of RGB (Red+Green+Blue) = 179+125+91=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D5B is #4C82A4. Grayscale: #898989. Windows color (decimal): -5014181 or 5995955. OLE color: 5995955.

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

Color convert

RGB 179 125 91 -
CMYK 0 0.30 0.49 0.30
HSL 23.18º 0.37% 0.53% -
HSV(B) 23.18º 0.49% 0.7% -
XYZ 27.81 25.01 13.26 -
YUV 137.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 179 125 91 0 0.30 0.49 0.30 23.18 0.37 0.53
Hex B3 7D 5B 0 1E 31 1E 17 25 35
Octal 263 175 133 0 36 61 36 27 45 65
Binary 10110011 1111101 1011011 0 11110 110001 11110 10111 100101 110101

Color Harmonies of #B37D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D5B

Black with #B37D5B

Text Example


Text Example

White with #B37D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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