#B77657

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

Shades of Sante Fe #B77657

Tints of Sante Fe #B77657

Color information

#B77657 (or 0xB77657) is unknown color: approx Sante Fe. HEX triplet: B7, 76 and 57. RGB value is (183,118,87). Sum of RGB (Red+Green+Blue) = 183+118+87=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B77657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77657 is #4889A8. Grayscale: #868686. Windows color (decimal): -4753833 or 5732023. OLE color: 5732023.

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

Color convert

RGB18311887-
CMYK00.360.520.28
HSL19.38º40%52.94%-
HSV(B)19.38º52.46%71.76%-
XYZ27.7323.7112.13-
YUV133.9101.53163.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=47.16%
G=30.41%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831188700.360.520.2819.384052.94
HexB77657024341C132835
Octal2671661270446434235065
Binary101101111110110101011101001001101001110010011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77657; }

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

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

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

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

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

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

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

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