#B77054

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

Shades of Sante Fe #B77054

Tints of Sante Fe #B77054

Color information

#B77054 (or 0xB77054) is unknown color: approx Sante Fe. HEX triplet: B7, 70 and 54. RGB value is (183,112,84). Sum of RGB (Red+Green+Blue) = 183+112+84=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B77054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77054 is #488FAB. Grayscale: #828282. Windows color (decimal): -4755372 or 5533879. OLE color: 5533879.

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

Color convert

RGB18311284-
CMYK00.390.540.28
HSL16.97º40.74%52.35%-
HSV(B)16.97º54.1%71.76%-
XYZ26.9222.311.27-
YUV130.04102.02165.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 84 (33.20% from 255) = 22.16%
R=48.28%
G=29.55%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831128400.390.540.2816.9740.7452.35
HexB77054027361C112934
Octal2671601240476634215164
Binary101101111110000101010001001111101101110010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77054; }

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

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

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

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

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

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

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

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