Html Css Color HEX #B37F64 Medium Wood

📋 copy color: '#B37F64'

red 179 ◦ green 127 ◦ blue 100

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

Shades of Medium Wood #B37F64

Tints of Medium Wood #B37F64

RGB

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

 GREEN value IS 127 (50% from 255) = 31.28%

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 44.09%
G = 31.28%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B37F64 (or 0xB37F64) is known color: Medium Wood. HEX triplet: B3, 7F and 64. RGB value is (179,127,100). Sum of RGB (Red+Green+Blue) = 179+127+100=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37F64 is #4C809B. Grayscale: #8B8B8B. Windows color (decimal): -5013660 or 6586291. OLE color: 6586291.

HSL color Cylindrical-coordinate representation of color #B37F64: hue angle of 20.51º 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 #B37F64 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 127 100 -
CMYK 0 0.29 0.44 0.30
HSL 20.51º 0.34% 0.55% -
HSV(B) 20.51º 0.44% 0.7% -
XYZ 28.48 25.68 15.51 -
YUV 139.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 179 127 100 0 0.29 0.44 0.30 20.51 0.34 0.55
Hex B3 7F 64 0 1D 2C 1E 15 22 37
Octal 263 177 144 0 35 54 36 25 42 67
Binary 10110011 1111111 1100100 0 11101 101100 11110 10101 100010 110111

Color Harmonies of #B37F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F64

Black with #B37F64

Text Example


Text Example

White with #B37F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F64; }

 p { color: rgb(179,127,100); }

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

background-color css

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

 a { background-color: rgb(179,127,100); }

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

border-color css

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

 span { border-color: rgb(179,127,100); }

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