#B77856

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

Shades of Sante Fe #B77856

Tints of Sante Fe #B77856

Color information

#B77856 (or 0xB77856) is unknown color: approx Sante Fe. HEX triplet: B7, 78 and 56. RGB value is (183,120,86). Sum of RGB (Red+Green+Blue) = 183+120+86=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B77856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77856 is #4887A9. Grayscale: #878787. Windows color (decimal): -4753322 or 5666999. OLE color: 5666999.

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

Color convert

RGB18312086-
CMYK00.340.530.28
HSL21.03º40.25%52.75%-
HSV(B)21.03º53.01%71.76%-
XYZ27.9224.1712-
YUV134.96100.37162.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=47.04%
G=30.85%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831208600.340.530.2821.0340.2552.75
HexB77856022351C152835
Octal2671701260426534255065
Binary101101111111000101011001000101101011110010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77856; }

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

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

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

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

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

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

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

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