#B77857

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

Shades of Sante Fe #B77857

Tints of Sante Fe #B77857

Color information

#B77857 (or 0xB77857) is unknown color: approx Sante Fe. HEX triplet: B7, 78 and 57. RGB value is (183,120,87). Sum of RGB (Red+Green+Blue) = 183+120+87=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B77857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77857 is #4887A8. Grayscale: #878787. Windows color (decimal): -4753321 or 5732535. OLE color: 5732535.

HSL color Cylindrical-coordinate representation of color #B77857: hue angle of 20.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B77857 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB18312087-
CMYK00.340.520.28
HSL20.62º40%52.94%-
HSV(B)20.62º52.46%71.76%-
XYZ27.9724.1912.21-
YUV135.07100.87162.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 87 (34.38% from 255) = 22.31%
R=46.92%
G=30.77%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831208700.340.520.2820.624052.94
HexB77857022341C152835
Octal2671701270426434255065
Binary101101111111000101011101000101101001110010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77857; }

 p { color: rgb(183,120,87); }

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

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

 a { background-color: rgb(183,120,87); }

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

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

 span { border-color: rgb(183,120,87); }

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