#B77356

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

Shades of Sante Fe #B77356

Tints of Sante Fe #B77356

Color information

#B77356 (or 0xB77356) is unknown color: approx Sante Fe. HEX triplet: B7, 73 and 56. RGB value is (183,115,86). Sum of RGB (Red+Green+Blue) = 183+115+86=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B77356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77356 is #488CA9. Grayscale: #848484. Windows color (decimal): -4754602 or 5665719. OLE color: 5665719.

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

Color convert

RGB18311586-
CMYK00.370.530.28
HSL17.94º40.25%52.75%-
HSV(B)17.94º53.01%71.76%-
XYZ27.342311.8-
YUV132.03102.03164.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=47.66%
G=29.95%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831158600.370.530.2817.9440.2552.75
HexB77356025351C122835
Octal2671631260456534225065
Binary101101111110011101011001001011101011110010010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77356; }

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

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

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

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

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

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

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

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