Html Css Color HEX #B37359 Sante Fe

📋 copy color: '#B37359'

red 179 ◦ green 115 ◦ blue 89

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

Shades of Sante Fe #B37359

Tints of Sante Fe #B37359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

 BLUE value IS 89 (35.16% from 255) = 23.24%

R = 46.74%
G = 30.03%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B37359 (or 0xB37359) is known color: Sante Fe. HEX triplet: B3, 73 and 59. RGB value is (179,115,89). Sum of RGB (Red+Green+Blue) = 179+115+89=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B37359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37359 is #4C8CA6. Grayscale: #838383. Windows color (decimal): -5016743 or 5862323. OLE color: 5862323.

HSL color Cylindrical-coordinate representation of color #B37359: hue angle of 17.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37359 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 115 89 -
CMYK 0 0.36 0.50 0.30
HSL 17.33º 0.37% 0.53% -
HSV(B) 17.33º 0.5% 0.7% -
XYZ 26.52 22.57 12.41 -
YUV 131.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 179 115 89 0 0.36 0.50 0.30 17.33 0.37 0.53
Hex B3 73 59 0 24 32 1E 11 25 35
Octal 263 163 131 0 44 62 36 21 45 65
Binary 10110011 1110011 1011001 0 100100 110010 11110 10001 100101 110101

Color Harmonies of #B37359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37359

Black with #B37359

Text Example


Text Example

White with #B37359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37359; }

 p { color: rgb(179,115,89); }

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

background-color css

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

 a { background-color: rgb(179,115,89); }

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

border-color css

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

 span { border-color: rgb(179,115,89); }

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