Html Css Color HEX #B17059 Sante Fe

📋 copy color: '#B17059'

red 177 ◦ green 112 ◦ blue 89

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

Shades of Sante Fe #B17059

Tints of Sante Fe #B17059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 46.83%
G = 29.63%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B17059 (or 0xB17059) is known color: Sante Fe. HEX triplet: B1, 70 and 59. RGB value is (177,112,89). Sum of RGB (Red+Green+Blue) = 177+112+89=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B17059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17059 is #4E8FA6. Grayscale: #808080. Windows color (decimal): -5148583 or 5861553. OLE color: 5861553.

HSL color Cylindrical-coordinate representation of color #B17059: hue angle of 15.68º 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 #B17059 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 89 -
CMYK 0 0.37 0.50 0.31
HSL 15.68º 0.36% 0.52% -
HSV(B) 15.68º 0.5% 0.69% -
XYZ 25.73 21.66 12.28 -
YUV 128.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 177 112 89 0 0.37 0.50 0.31 15.68 0.36 0.52
Hex B1 70 59 0 25 32 1F 10 24 34
Octal 261 160 131 0 45 62 37 20 44 64
Binary 10110001 1110000 1011001 0 100101 110010 11111 10000 100100 110100

Color Harmonies of #B17059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17059

Black with #B17059

Text Example


Text Example

White with #B17059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17059; }

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

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

background-color css

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

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

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

border-color css

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

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

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