#B4724D

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

Shades of Sante Fe #B4724D

Tints of Sante Fe #B4724D

Color information

#B4724D (or 0xB4724D) is unknown color: approx Sante Fe. HEX triplet: B4, 72 and 4D. RGB value is (180,114,77). Sum of RGB (Red+Green+Blue) = 180+114+77=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4724D is #4B8DB2. Grayscale: #818181. Windows color (decimal): -4951475 or 5075636. OLE color: 5075636.

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

Color convert

RGB18011477-
CMYK00.370.570.29
HSL21.55º40.71%50.39%-
HSV(B)21.55º57.22%70.59%-
XYZ26.1822.279.94-
YUV129.5298.37164.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=48.52%
G=30.73%
B=20.75%

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
Decimal1801147700.370.570.2921.5540.7150.39
HexB4724D025391D162932
Octal2641621150457135265162
Binary101101001110010100110101001011110011110110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4724D; }

 p { color: rgb(180,114,77); }

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

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

 a { background-color: rgb(180,114,77); }

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

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

 span { border-color: rgb(180,114,77); }

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