#B77450

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

Shades of Sante Fe #B77450

Tints of Sante Fe #B77450

Color information

#B77450 (or 0xB77450) is unknown color: approx Sante Fe. HEX triplet: B7, 74 and 50. RGB value is (183,116,80). Sum of RGB (Red+Green+Blue) = 183+116+80=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B77450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77450 is #488BAF. Grayscale: #848484. Windows color (decimal): -4754352 or 5272759. OLE color: 5272759.

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

Color convert

RGB18311680-
CMYK00.370.560.28
HSL20.97º41.7%51.57%-
HSV(B)20.97º56.28%71.76%-
XYZ27.2223.1410.62-
YUV131.9398.7164.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=48.28%
G=30.61%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831168000.370.560.2820.9741.751.57
HexB77450025381C152a34
Octal2671641200457034255264
Binary101101111110100101000001001011110001110010101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77450; }

 p { color: rgb(183,116,80); }

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

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

 a { background-color: rgb(183,116,80); }

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

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

 span { border-color: rgb(183,116,80); }

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