#B77456

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

Shades of Sante Fe #B77456

Tints of Sante Fe #B77456

Color information

#B77456 (or 0xB77456) is unknown color: approx Sante Fe. HEX triplet: B7, 74 and 56. RGB value is (183,116,86). Sum of RGB (Red+Green+Blue) = 183+116+86=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77456 is #488BA9. Grayscale: #848484. Windows color (decimal): -4754346 or 5665975. OLE color: 5665975.

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

Color convert

RGB18311686-
CMYK00.370.530.28
HSL18.56º40.25%52.75%-
HSV(B)18.56º53.01%71.76%-
XYZ27.4523.2311.84-
YUV132.61101.7163.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=47.53%
G=30.13%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831168600.370.530.2818.5640.2552.75
HexB77456025351C132835
Octal2671641260456534235065
Binary101101111110100101011001001011101011110010011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77456; }

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

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

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

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

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

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

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

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