#B77755

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

Shades of Sante Fe #B77755

Tints of Sante Fe #B77755

Color information

#B77755 (or 0xB77755) is unknown color: approx Sante Fe. HEX triplet: B7, 77 and 55. RGB value is (183,119,85). Sum of RGB (Red+Green+Blue) = 183+119+85=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B77755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77755 is #4888AA. Grayscale: #868686. Windows color (decimal): -4753579 or 5601207. OLE color: 5601207.

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

Color convert

RGB18311985-
CMYK00.350.540.28
HSL20.82º40.5%52.55%-
HSV(B)20.82º53.55%71.76%-
XYZ27.7623.9211.75-
YUV134.26100.2162.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=47.29%
G=30.75%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831198500.350.540.2820.8240.552.55
HexB77755023361C152835
Octal2671671250436634255065
Binary101101111110111101010101000111101101110010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77755; }

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

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

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

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

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

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

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

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