Html Css Color HEX #B17359 Sante Fe

📋 copy color: '#B17359'

red 177 ◦ green 115 ◦ blue 89

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

Shades of Sante Fe #B17359

Tints of Sante Fe #B17359

RGB

 RED value IS 177 (69.53% from 255) = 46.46%

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

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

R = 46.46%
G = 30.18%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B17359 (or 0xB17359) is known color: Sante Fe. HEX triplet: B1, 73 and 59. RGB value is (177,115,89). Sum of RGB (Red+Green+Blue) = 177+115+89=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B17359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17359 is #4E8CA6. Grayscale: #828282. Windows color (decimal): -5147815 or 5862321. OLE color: 5862321.

HSL color Cylindrical-coordinate representation of color #B17359: hue angle of 17.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17359 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 115 89 -
CMYK 0 0.35 0.50 0.31
HSL 17.73º 0.36% 0.52% -
HSV(B) 17.73º 0.5% 0.69% -
XYZ 26.07 22.33 12.39 -
YUV 130.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 177 115 89 0 0.35 0.50 0.31 17.73 0.36 0.52
Hex B1 73 59 0 23 32 1F 12 24 34
Octal 261 163 131 0 43 62 37 22 44 64
Binary 10110001 1110011 1011001 0 100011 110010 11111 10010 100100 110100

Color Harmonies of #B17359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17359

Black with #B17359

Text Example


Text Example

White with #B17359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17359; }

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

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

background-color css

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

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

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

border-color css

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

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

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