Html Css Color HEX #B37A64 Medium Wood

📋 copy color: '#B37A64'

red 179 ◦ green 122 ◦ blue 100

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

Shades of Medium Wood #B37A64

Tints of Medium Wood #B37A64

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

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

R = 44.64%
G = 30.42%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B37A64 (or 0xB37A64) is known color: Medium Wood. HEX triplet: B3, 7A and 64. RGB value is (179,122,100). Sum of RGB (Red+Green+Blue) = 179+122+100=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A64 is #4C859B. Grayscale: #888888. Windows color (decimal): -5014940 or 6585011. OLE color: 6585011.

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

Color convert

RGB 179 122 100 -
CMYK 0 0.32 0.44 0.30
HSL 16.71º 0.34% 0.55% -
HSV(B) 16.71º 0.44% 0.7% -
XYZ 27.85 24.42 15.3 -
YUV 136.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 179 122 100 0 0.32 0.44 0.30 16.71 0.34 0.55
Hex B3 7A 64 0 20 2C 1E 11 22 37
Octal 263 172 144 0 40 54 36 21 42 67
Binary 10110011 1111010 1100100 0 100000 101100 11110 10001 100010 110111

Color Harmonies of #B37A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A64

Black with #B37A64

Text Example


Text Example

White with #B37A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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