#B77556

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

Shades of Sante Fe #B77556

Tints of Sante Fe #B77556

Color information

#B77556 (or 0xB77556) is unknown color: approx Sante Fe. HEX triplet: B7, 75 and 56. RGB value is (183,117,86). Sum of RGB (Red+Green+Blue) = 183+117+86=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B77556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77556 is #488AA9. Grayscale: #858585. Windows color (decimal): -4754090 or 5666231. OLE color: 5666231.

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

Color convert

RGB18311786-
CMYK00.360.530.28
HSL19.18º40.25%52.75%-
HSV(B)19.18º53.01%71.76%-
XYZ27.5723.4611.88-
YUV133.2101.37163.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 86 (33.98% from 255) = 22.28%
R=47.41%
G=30.31%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831178600.360.530.2819.1840.2552.75
HexB77556024351C132835
Octal2671651260446534235065
Binary101101111110101101011001001001101011110010011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77556; }

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

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

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

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

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

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

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

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