#b4714b

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

Shades of Sante Fe #B4714B

Tints of Sante Fe #B4714B

Color information

#B4714B (or 0xB4714B) is unknown color: approx Sante Fe. HEX triplet: B4, 71 and 4B. RGB value is (180,113,75). Sum of RGB (Red+Green+Blue) = 180+113+75=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B4714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4714B is #4B8EB4. Grayscale: #808080. Windows color (decimal): -4951733 or 4944308. OLE color: 4944308.

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

Color convert

RGB18011375-
CMYK00.370.580.29
HSL21.71º41.18%50%-
HSV(B)21.71º58.33%70.59%-
XYZ2622.029.54-
YUV128.797.7164.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=48.91%
G=30.71%
B=20.38%

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
Decimal1801137500.370.580.2921.7141.1850
HexB4714B0253A1D162932
Octal2641611130457235265162
Binary101101001110001100101101001011110101110110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4714b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4714b; }

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

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

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

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

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

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

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

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