#B77753

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

Shades of Sante Fe #B77753

Tints of Sante Fe #B77753

Color information

#B77753 (or 0xB77753) is unknown color: approx Sante Fe. HEX triplet: B7, 77 and 53. RGB value is (183,119,83). Sum of RGB (Red+Green+Blue) = 183+119+83=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77753 is #4888AC. Grayscale: #868686. Windows color (decimal): -4753581 or 5470135. OLE color: 5470135.

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

Color convert

RGB18311983-
CMYK00.350.550.28
HSL21.6º40.98%52.16%-
HSV(B)21.6º54.64%71.76%-
XYZ27.6923.8911.33-
YUV134.0399.2162.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=47.53%
G=30.91%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831198300.350.550.2821.640.9852.16
HexB77753023371C162934
Octal2671671230436734265164
Binary101101111110111101001101000111101111110010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77753; }

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

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

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

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

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

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

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

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