#B77554

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

Shades of Sante Fe #B77554

Tints of Sante Fe #B77554

Color information

#B77554 (or 0xB77554) is unknown color: approx Sante Fe. HEX triplet: B7, 75 and 54. RGB value is (183,117,84). Sum of RGB (Red+Green+Blue) = 183+117+84=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B77554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77554 is #488AAB. Grayscale: #858585. Windows color (decimal): -4754092 or 5535159. OLE color: 5535159.

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

Color convert

RGB18311784-
CMYK00.360.540.28
HSL20º40.74%52.35%-
HSV(B)20º54.1%71.76%-
XYZ27.4923.4311.46-
YUV132.97100.37163.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=47.66%
G=30.47%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831178400.360.540.282040.7452.35
HexB77554024361C142934
Octal2671651240446634245164
Binary101101111110101101010001001001101101110010100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77554; }

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

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

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

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

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

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

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

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