Html Css Color HEX #B17555 Sante Fe

📋 copy color: '#B17555'

red 177 ◦ green 117 ◦ blue 85

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

Shades of Sante Fe #B17555

Tints of Sante Fe #B17555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

 BLUE value IS 85 (33.59% from 255) = 22.43%

R = 46.7%
G = 30.87%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B17555 (or 0xB17555) is known color: Sante Fe. HEX triplet: B1, 75 and 55. RGB value is (177,117,85). Sum of RGB (Red+Green+Blue) = 177+117+85=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B17555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17555 is #4E8AAA. Grayscale: #838383. Windows color (decimal): -5147307 or 5600689. OLE color: 5600689.

HSL color Cylindrical-coordinate representation of color #B17555: hue angle of 20.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B17555 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 117 85 -
CMYK 0 0.34 0.52 0.31
HSL 20.87º 0.37% 0.51% -
HSV(B) 20.87º 0.52% 0.69% -
XYZ 26.13 22.73 11.6 -
YUV 131.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 177 117 85 0 0.34 0.52 0.31 20.87 0.37 0.51
Hex B1 75 55 0 22 34 1F 15 25 33
Octal 261 165 125 0 42 64 37 25 45 63
Binary 10110001 1110101 1010101 0 100010 110100 11111 10101 100101 110011

Color Harmonies of #B17555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17555

Black with #B17555

Text Example


Text Example

White with #B17555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17555; }

 p { color: rgb(177,117,85); }

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

background-color css

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

 a { background-color: rgb(177,117,85); }

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

border-color css

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

 span { border-color: rgb(177,117,85); }

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