#B77551

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

Shades of Sante Fe #B77551

Tints of Sante Fe #B77551

Color information

#B77551 (or 0xB77551) is unknown color: approx Sante Fe. HEX triplet: B7, 75 and 51. RGB value is (183,117,81). Sum of RGB (Red+Green+Blue) = 183+117+81=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B77551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77551 is #488AAE. Grayscale: #848484. Windows color (decimal): -4754095 or 5338551. OLE color: 5338551.

HSL color Cylindrical-coordinate representation of color #B77551: hue angle of 21.18º degrees, saturation: 0.41, 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 #B77551 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB18311781-
CMYK00.360.560.28
HSL21.18º41.46%51.76%-
HSV(B)21.18º55.74%71.76%-
XYZ27.3723.3810.86-
YUV132.6398.87163.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=48.03%
G=30.71%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831178100.360.560.2821.1841.4651.76
HexB77551024381C152934
Octal2671651210447034255164
Binary101101111110101101000101001001110001110010101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77551; }

 p { color: rgb(183,117,81); }

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

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

 a { background-color: rgb(183,117,81); }

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

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

 span { border-color: rgb(183,117,81); }

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