Html Css Color HEX #B37E65 Medium Wood

📋 copy color: '#B37E65'

red 179 ◦ green 126 ◦ blue 101

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

Shades of Medium Wood #B37E65

Tints of Medium Wood #B37E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.88%

R = 44.09%
G = 31.03%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B37E65 (or 0xB37E65) is known color: Medium Wood. HEX triplet: B3, 7E and 65. RGB value is (179,126,101). Sum of RGB (Red+Green+Blue) = 179+126+101=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E65 is #4C819A. Grayscale: #8B8B8B. Windows color (decimal): -5013915 or 6651571. OLE color: 6651571.

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

Color convert

RGB 179 126 101 -
CMYK 0 0.30 0.44 0.30
HSL 19.23º 0.34% 0.55% -
HSV(B) 19.23º 0.44% 0.7% -
XYZ 28.4 25.45 15.73 -
YUV 139 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 179 126 101 0 0.30 0.44 0.30 19.23 0.34 0.55
Hex B3 7E 65 0 1E 2C 1E 13 22 37
Octal 263 176 145 0 36 54 36 23 42 67
Binary 10110011 1111110 1100101 0 11110 101100 11110 10011 100010 110111

Color Harmonies of #B37E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E65

Black with #B37E65

Text Example


Text Example

White with #B37E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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