#B5714E

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

Shades of Sante Fe #B5714E

Tints of Sante Fe #B5714E

Color information

#B5714E (or 0xB5714E) is unknown color: approx Sante Fe. HEX triplet: B5, 71 and 4E. RGB value is (181,113,78). Sum of RGB (Red+Green+Blue) = 181+113+78=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5714E is #4A8EB1. Grayscale: #818181. Windows color (decimal): -4886194 or 5140917. OLE color: 5140917.

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

Color convert

RGB18111378-
CMYK00.380.570.29
HSL20.39º41.04%50.78%-
HSV(B)20.39º56.91%70.98%-
XYZ26.3422.1810.1-
YUV129.3499.03164.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 78 (30.86% from 255) = 20.97%
R=48.66%
G=30.38%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811137800.380.570.2920.3941.0450.78
HexB5714E026391D142933
Octal2651611160467135245163
Binary101101011110001100111001001101110011110110100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5714E; }

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

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

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

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

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

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

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

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