#B77455

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

Shades of Sante Fe #B77455

Tints of Sante Fe #B77455

Color information

#B77455 (or 0xB77455) is unknown color: approx Sante Fe. HEX triplet: B7, 74 and 55. RGB value is (183,116,85). Sum of RGB (Red+Green+Blue) = 183+116+85=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B77455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77455 is #488BAA. Grayscale: #848484. Windows color (decimal): -4754347 or 5600439. OLE color: 5600439.

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

Color convert

RGB18311685-
CMYK00.370.540.28
HSL18.98º40.5%52.55%-
HSV(B)18.98º53.55%71.76%-
XYZ27.4123.2111.63-
YUV132.5101.2164.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=47.66%
G=30.21%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831168500.370.540.2818.9840.552.55
HexB77455025361C132835
Octal2671641250456634235065
Binary101101111110100101010101001011101101110010011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77455; }

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

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

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

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

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

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

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

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