#B77A54

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

Shades of Sante Fe #B77A54

Tints of Sante Fe #B77A54

Color information

#B77A54 (or 0xB77A54) is unknown color: approx Sante Fe. HEX triplet: B7, 7A and 54. RGB value is (183,122,84). Sum of RGB (Red+Green+Blue) = 183+122+84=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A54 is #4885AB. Grayscale: #888888. Windows color (decimal): -4752812 or 5536439. OLE color: 5536439.

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

Color convert

RGB18312284-
CMYK00.330.540.28
HSL23.03º40.74%52.35%-
HSV(B)23.03º54.1%71.76%-
XYZ28.0924.6311.66-
YUV135.9198.71161.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=47.04%
G=31.36%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831228400.330.540.2823.0340.7452.35
HexB77A54021361C172934
Octal2671721240416634275164
Binary101101111111010101010001000011101101110010111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A54; }

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

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

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

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

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

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

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

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