Html Css Color HEX #B37A62 Medium Wood

📋 copy color: '#B37A62'

red 179 ◦ green 122 ◦ blue 98

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

Shades of Medium Wood #B37A62

Tints of Medium Wood #B37A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.56%

R = 44.86%
G = 30.58%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B37A62 (or 0xB37A62) is known color: Medium Wood. HEX triplet: B3, 7A and 62. RGB value is (179,122,98). Sum of RGB (Red+Green+Blue) = 179+122+98=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A62 is #4C859D. Grayscale: #888888. Windows color (decimal): -5014942 or 6453939. OLE color: 6453939.

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

Color convert

RGB 179 122 98 -
CMYK 0 0.32 0.45 0.30
HSL 17.78º 0.35% 0.54% -
HSV(B) 17.78º 0.45% 0.7% -
XYZ 27.75 24.38 14.8 -
YUV 136.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 179 122 98 0 0.32 0.45 0.30 17.78 0.35 0.54
Hex B3 7A 62 0 20 2D 1E 12 23 36
Octal 263 172 142 0 40 55 36 22 43 66
Binary 10110011 1111010 1100010 0 100000 101101 11110 10010 100011 110110

Color Harmonies of #B37A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A62

Black with #B37A62

Text Example


Text Example

White with #B37A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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