#B77859

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

Shades of Sante Fe #B77859

Tints of Sante Fe #B77859

Color information

#B77859 (or 0xB77859) is unknown color: approx Sante Fe. HEX triplet: B7, 78 and 59. RGB value is (183,120,89). Sum of RGB (Red+Green+Blue) = 183+120+89=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B77859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77859 is #4887A6. Grayscale: #878787. Windows color (decimal): -4753319 or 5863607. OLE color: 5863607.

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

Color convert

RGB18312089-
CMYK00.340.510.28
HSL19.79º39.5%53.33%-
HSV(B)19.79º51.37%71.76%-
XYZ28.0524.2212.65-
YUV135.3101.87162.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=46.68%
G=30.61%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831208900.340.510.2819.7939.553.33
HexB77859022331C142735
Octal2671701310426334244765
Binary101101111111000101100101000101100111110010100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77859; }

 p { color: rgb(183,120,89); }

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

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

 a { background-color: rgb(183,120,89); }

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

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

 span { border-color: rgb(183,120,89); }

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