#B77557

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

Shades of Sante Fe #B77557

Tints of Sante Fe #B77557

Color information

#B77557 (or 0xB77557) is unknown color: approx Sante Fe. HEX triplet: B7, 75 and 57. RGB value is (183,117,87). Sum of RGB (Red+Green+Blue) = 183+117+87=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B77557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77557 is #488AA8. Grayscale: #858585. Windows color (decimal): -4754089 or 5731767. OLE color: 5731767.

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

Color convert

RGB18311787-
CMYK00.360.520.28
HSL18.75º40%52.94%-
HSV(B)18.75º52.46%71.76%-
XYZ27.6123.4812.09-
YUV133.31101.87163.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 87 (34.38% from 255) = 22.48%
R=47.29%
G=30.23%
B=22.48%

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
Decimal1831178700.360.520.2818.754052.94
HexB77557024341C132835
Octal2671651270446434235065
Binary101101111110101101011101001001101001110010011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77557; }

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

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

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

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

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

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

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

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