#B5724E

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

Shades of Sante Fe #B5724E

Tints of Sante Fe #B5724E

Color information

#B5724E (or 0xB5724E) is unknown color: approx Sante Fe. HEX triplet: B5, 72 and 4E. RGB value is (181,114,78). Sum of RGB (Red+Green+Blue) = 181+114+78=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5724E is #4A8DB1. Grayscale: #828282. Windows color (decimal): -4885938 or 5141173. OLE color: 5141173.

HSL color Cylindrical-coordinate representation of color #B5724E: hue angle of 20.97º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5724E is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18111478-
CMYK00.370.570.29
HSL20.97º41.04%50.78%-
HSV(B)20.97º56.91%70.98%-
XYZ26.4522.4110.14-
YUV129.9398.7164.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=48.53%
G=30.56%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811147800.370.570.2920.9741.0450.78
HexB5724E025391D152933
Octal2651621160457135255163
Binary101101011110010100111001001011110011110110101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5724E; }

 p { color: rgb(181,114,78); }

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

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

 a { background-color: rgb(181,114,78); }

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

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

 span { border-color: rgb(181,114,78); }

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