#B77355

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

Shades of Sante Fe #B77355

Tints of Sante Fe #B77355

Color information

#B77355 (or 0xB77355) is unknown color: approx Sante Fe. HEX triplet: B7, 73 and 55. RGB value is (183,115,85). Sum of RGB (Red+Green+Blue) = 183+115+85=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77355 is #488CAA. Grayscale: #848484. Windows color (decimal): -4754603 or 5600183. OLE color: 5600183.

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

Color convert

RGB18311585-
CMYK00.370.540.28
HSL18.37º40.5%52.55%-
HSV(B)18.37º53.55%71.76%-
XYZ27.322.9811.59-
YUV131.91101.53164.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=47.78%
G=30.03%
B=22.19%

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
Decimal1831158500.370.540.2818.3740.552.55
HexB77355025361C122835
Octal2671631250456634225065
Binary101101111110011101010101001011101101110010010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77355; }

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

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

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

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

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

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

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

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