#b5724c

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

Shades of Sante Fe #B5724C

Tints of Sante Fe #B5724C

Color information

#B5724C (or 0xB5724C) is unknown color: approx Sante Fe. HEX triplet: B5, 72 and 4C. RGB value is (181,114,76). Sum of RGB (Red+Green+Blue) = 181+114+76=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5724C is #4A8DB3. Grayscale: #818181. Windows color (decimal): -4885940 or 5010101. OLE color: 5010101.

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

Color convert

RGB18111476-
CMYK00.370.580.29
HSL21.71º41.5%50.39%-
HSV(B)21.71º58.01%70.98%-
XYZ26.3822.389.77-
YUV129.797.7164.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=48.79%
G=30.73%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811147600.370.580.2921.7141.550.39
HexB5724C0253A1D162a32
Octal2651621140457235265262
Binary101101011110010100110001001011110101110110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5724c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5724c; }

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

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

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

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

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

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

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

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