#B77853

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

Shades of Sante Fe #B77853

Tints of Sante Fe #B77853

Color information

#B77853 (or 0xB77853) is unknown color: approx Sante Fe. HEX triplet: B7, 78 and 53. RGB value is (183,120,83). Sum of RGB (Red+Green+Blue) = 183+120+83=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B77853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77853 is #4887AC. Grayscale: #868686. Windows color (decimal): -4753325 or 5470391. OLE color: 5470391.

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

Color convert

RGB18312083-
CMYK00.340.550.28
HSL22.2º40.98%52.16%-
HSV(B)22.2º54.64%71.76%-
XYZ27.8124.1211.37-
YUV134.6298.87162.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 83 (32.81% from 255) = 21.50%
R=47.41%
G=31.09%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831208300.340.550.2822.240.9852.16
HexB77853022371C162934
Octal2671701230426734265164
Binary101101111111000101001101000101101111110010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77853; }

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

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

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

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

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

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

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

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