#B77453

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

Shades of Sante Fe #B77453

Tints of Sante Fe #B77453

Color information

#B77453 (or 0xB77453) is unknown color: approx Sante Fe. HEX triplet: B7, 74 and 53. RGB value is (183,116,83). Sum of RGB (Red+Green+Blue) = 183+116+83=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B77453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77453 is #488BAC. Grayscale: #848484. Windows color (decimal): -4754349 or 5469367. OLE color: 5469367.

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

Color convert

RGB18311683-
CMYK00.370.550.28
HSL19.8º40.98%52.16%-
HSV(B)19.8º54.64%71.76%-
XYZ27.3423.1811.22-
YUV132.27100.2164.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.91%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 83 (32.81% from 255) = 21.73%
R=47.91%
G=30.37%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831168300.370.550.2819.840.9852.16
HexB77453025371C142934
Octal2671641230456734245164
Binary101101111110100101001101001011101111110010100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77453; }

 p { color: rgb(183,116,83); }

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

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

 a { background-color: rgb(183,116,83); }

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

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

 span { border-color: rgb(183,116,83); }

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