#B77555

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

Shades of Sante Fe #B77555

Tints of Sante Fe #B77555

Color information

#B77555 (or 0xB77555) is unknown color: approx Sante Fe. HEX triplet: B7, 75 and 55. RGB value is (183,117,85). Sum of RGB (Red+Green+Blue) = 183+117+85=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77555 is #488AAA. Grayscale: #858585. Windows color (decimal): -4754091 or 5600695. OLE color: 5600695.

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

Color convert

RGB18311785-
CMYK00.360.540.28
HSL19.59º40.5%52.55%-
HSV(B)19.59º53.55%71.76%-
XYZ27.5323.4511.67-
YUV133.09100.87163.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=47.53%
G=30.39%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831178500.360.540.2819.5940.552.55
HexB77555024361C142835
Octal2671651250446634245065
Binary101101111110101101010101001001101101110010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77555; }

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

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

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

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

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

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

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

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