#B77655

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

Shades of Sante Fe #B77655

Tints of Sante Fe #B77655

Color information

#B77655 (or 0xB77655) is unknown color: approx Sante Fe. HEX triplet: B7, 76 and 55. RGB value is (183,118,85). Sum of RGB (Red+Green+Blue) = 183+118+85=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B77655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77655 is #4889AA. Grayscale: #858585. Windows color (decimal): -4753835 or 5600951. OLE color: 5600951.

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

Color convert

RGB18311885-
CMYK00.360.540.28
HSL20.2º40.5%52.55%-
HSV(B)20.2º53.55%71.76%-
XYZ27.6523.6811.71-
YUV133.67100.53163.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=47.41%
G=30.57%
B=22.02%

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
Decimal1831188500.360.540.2820.240.552.55
HexB77655024361C142835
Octal2671661250446634245065
Binary101101111110110101010101001001101101110010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77655; }

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

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

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

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

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

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

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

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