#B77854

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

Shades of Sante Fe #B77854

Tints of Sante Fe #B77854

Color information

#B77854 (or 0xB77854) is unknown color: approx Sante Fe. HEX triplet: B7, 78 and 54. RGB value is (183,120,84). Sum of RGB (Red+Green+Blue) = 183+120+84=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B77854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77854 is #4887AB. Grayscale: #868686. Windows color (decimal): -4753324 or 5535927. OLE color: 5535927.

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

Color convert

RGB18312084-
CMYK00.340.540.28
HSL21.82º40.74%52.35%-
HSV(B)21.82º54.1%71.76%-
XYZ27.8524.1411.58-
YUV134.7399.37162.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.29%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 84 (33.20% from 255) = 21.71%
R=47.29%
G=31.01%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831208400.340.540.2821.8240.7452.35
HexB77854022361C162934
Octal2671701240426634265164
Binary101101111111000101010001000101101101110010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77854; }

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

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

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

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

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

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

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

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