#B4714E

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

Shades of Sante Fe #B4714E

Tints of Sante Fe #B4714E

Color information

#B4714E (or 0xB4714E) is unknown color: approx Sante Fe. HEX triplet: B4, 71 and 4E. RGB value is (180,113,78). Sum of RGB (Red+Green+Blue) = 180+113+78=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4714E is #4B8EB1. Grayscale: #818181. Windows color (decimal): -4951730 or 5140916. OLE color: 5140916.

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

Color convert

RGB18011378-
CMYK00.370.570.29
HSL20.59º40.48%50.59%-
HSV(B)20.59º56.67%70.59%-
XYZ26.122.0610.09-
YUV129.0499.2164.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=48.52%
G=30.46%
B=21.02%

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
Decimal1801137800.370.570.2920.5940.4850.59
HexB4714E025391D152833
Octal2641611160457135255063
Binary101101001110001100111001001011110011110110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4714E; }

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

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

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

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

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

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

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

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