#B77559

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

Shades of Sante Fe #B77559

Tints of Sante Fe #B77559

Color information

#B77559 (or 0xB77559) is unknown color: approx Sante Fe. HEX triplet: B7, 75 and 59. RGB value is (183,117,89). Sum of RGB (Red+Green+Blue) = 183+117+89=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B77559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77559 is #488AA6. Grayscale: #858585. Windows color (decimal): -4754087 or 5862839. OLE color: 5862839.

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

Color convert

RGB18311789-
CMYK00.360.510.28
HSL17.87º39.5%53.33%-
HSV(B)17.87º51.37%71.76%-
XYZ27.6923.5112.53-
YUV133.54102.87163.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=47.04%
G=30.08%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831178900.360.510.2817.8739.553.33
HexB77559024331C122735
Octal2671651310446334224765
Binary101101111110101101100101001001100111110010010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77559; }

 p { color: rgb(183,117,89); }

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

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

 a { background-color: rgb(183,117,89); }

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

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

 span { border-color: rgb(183,117,89); }

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