Html Css Color HEX #B37D5E Medium Wood

📋 copy color: '#B37D5E'

red 179 ◦ green 125 ◦ blue 94

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

Shades of Medium Wood #B37D5E

Tints of Medium Wood #B37D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.62%

R = 44.97%
G = 31.41%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B37D5E (or 0xB37D5E) is known color: Medium Wood. HEX triplet: B3, 7D and 5E. RGB value is (179,125,94). Sum of RGB (Red+Green+Blue) = 179+125+94=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D5E is #4C82A1. Grayscale: #898989. Windows color (decimal): -5014178 or 6192563. OLE color: 6192563.

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

Color convert

RGB 179 125 94 -
CMYK 0 0.30 0.47 0.30
HSL 21.88º 0.36% 0.54% -
HSV(B) 21.88º 0.47% 0.7% -
XYZ 27.94 25.06 13.95 -
YUV 137.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 179 125 94 0 0.30 0.47 0.30 21.88 0.36 0.54
Hex B3 7D 5E 0 1E 2F 1E 16 24 36
Octal 263 175 136 0 36 57 36 26 44 66
Binary 10110011 1111101 1011110 0 11110 101111 11110 10110 100100 110110

Color Harmonies of #B37D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D5E

Black with #B37D5E

Text Example


Text Example

White with #B37D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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