#B4724E

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

Shades of Sante Fe #B4724E

Tints of Sante Fe #B4724E

Color information

#B4724E (or 0xB4724E) is unknown color: approx Sante Fe. HEX triplet: B4, 72 and 4E. RGB value is (180,114,78). Sum of RGB (Red+Green+Blue) = 180+114+78=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4724E is #4B8DB1. Grayscale: #818181. Windows color (decimal): -4951474 or 5141172. OLE color: 5141172.

HSL color Cylindrical-coordinate representation of color #B4724E: hue angle of 21.18º degrees, saturation: 0.4, 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 #B4724E is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18011478-
CMYK00.370.570.29
HSL21.18º40.48%50.59%-
HSV(B)21.18º56.67%70.59%-
XYZ26.2122.2910.13-
YUV129.6398.87163.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 78 (30.86% from 255) = 20.97%
R=48.39%
G=30.65%
B=20.97%

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
Decimal1801147800.370.570.2921.1840.4850.59
HexB4724E025391D152833
Octal2641621160457135255063
Binary101101001110010100111001001011110011110110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4724E; }

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

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

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

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

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

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

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

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