#B17852

Color #B17852 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B17852

Tints of Sante Fe #B17852

Color information

#B17852 (or 0xB17852) is unknown color: approx Sante Fe. HEX triplet: B1, 78 and 52. RGB value is (177,120,82). Sum of RGB (Red+Green+Blue) = 177+120+82=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B17852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17852 is #4E87AD. Grayscale: #848484. Windows color (decimal): -5146542 or 5404849. OLE color: 5404849.

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

Color convert

RGB17712082-
CMYK00.320.540.31
HSL24º37.85%50.78%-
HSV(B)24º53.67%69.41%-
XYZ26.3723.3911.11-
YUV132.7199.38159.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=46.70%
G=31.66%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771208200.320.540.312437.8550.78
HexB17852020361F182633
Octal2611701220406637304663
Binary101100011111000101001001000001101101111111000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17852; }

 p { color: rgb(177,120,82); }

 H1.HeaderClassName
 {
   color: #B17852;
 }
 .AnyTagClassName
 {
   color: #B17852;
 }
</style>
background-color css

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

 a { background-color: rgb(177,120,82); }

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

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

 span { border-color: rgb(177,120,82); }

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