Html Css Color HEX #B37E60 Medium Wood

📋 copy color: '#B37E60'

red 179 ◦ green 126 ◦ blue 96

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

Shades of Medium Wood #B37E60

Tints of Medium Wood #B37E60

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 44.64%
G = 31.42%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B37E60 (or 0xB37E60) is known color: Medium Wood. HEX triplet: B3, 7E and 60. RGB value is (179,126,96). Sum of RGB (Red+Green+Blue) = 179+126+96=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E60 is #4C819F. Grayscale: #8A8A8A. Windows color (decimal): -5013920 or 6323891. OLE color: 6323891.

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

Color convert

RGB 179 126 96 -
CMYK 0 0.30 0.46 0.30
HSL 21.69º 0.35% 0.54% -
HSV(B) 21.69º 0.46% 0.7% -
XYZ 28.16 25.35 14.48 -
YUV 138.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 179 126 96 0 0.30 0.46 0.30 21.69 0.35 0.54
Hex B3 7E 60 0 1E 2E 1E 16 23 36
Octal 263 176 140 0 36 56 36 26 43 66
Binary 10110011 1111110 1100000 0 11110 101110 11110 10110 100011 110110

Color Harmonies of #B37E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E60

Black with #B37E60

Text Example


Text Example

White with #B37E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E60; }

 p { color: rgb(179,126,96); }

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

background-color css

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

 a { background-color: rgb(179,126,96); }

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

border-color css

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

 span { border-color: rgb(179,126,96); }

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