Html Css Color HEX #B17955 Sante Fe

📋 copy color: '#B17955'

red 177 ◦ green 121 ◦ blue 85

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

Shades of Sante Fe #B17955

Tints of Sante Fe #B17955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

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

R = 46.21%
G = 31.59%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B17955 (or 0xB17955) is known color: Sante Fe. HEX triplet: B1, 79 and 55. RGB value is (177,121,85). Sum of RGB (Red+Green+Blue) = 177+121+85=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B17955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17955 is #4E86AA. Grayscale: #858585. Windows color (decimal): -5146283 or 5601713. OLE color: 5601713.

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

Color convert

RGB 177 121 85 -
CMYK 0 0.32 0.52 0.31
HSL 23.48º 0.37% 0.51% -
HSV(B) 23.48º 0.52% 0.69% -
XYZ 26.61 23.68 11.76 -
YUV 133.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 177 121 85 0 0.32 0.52 0.31 23.48 0.37 0.51
Hex B1 79 55 0 20 34 1F 17 25 33
Octal 261 171 125 0 40 64 37 27 45 63
Binary 10110001 1111001 1010101 0 100000 110100 11111 10111 100101 110011

Color Harmonies of #B17955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17955

Black with #B17955

Text Example


Text Example

White with #B17955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17955; }

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

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

background-color css

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

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

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

border-color css

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

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

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