#B8744E

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

Shades of Sante Fe #B8744E

Tints of Sante Fe #B8744E

Color information

#B8744E (or 0xB8744E) is unknown color: approx Sante Fe. HEX triplet: B8, 74 and 4E. RGB value is (184,116,78). Sum of RGB (Red+Green+Blue) = 184+116+78=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8744E is #478BB1. Grayscale: #848484. Windows color (decimal): -4688818 or 5141688. OLE color: 5141688.

HSL color Cylindrical-coordinate representation of color #B8744E: hue angle of 21.51º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8744E is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18411678-
CMYK00.370.580.28
HSL21.51º42.74%51.37%-
HSV(B)21.51º57.61%72.16%-
XYZ27.3923.2310.25-
YUV13297.53165.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=48.68%
G=30.69%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841167800.370.580.2821.5142.7451.37
HexB8744E0253A1C162b33
Octal2701641160457234265363
Binary101110001110100100111001001011110101110010110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8744E; }

 p { color: rgb(184,116,78); }

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

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

 a { background-color: rgb(184,116,78); }

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

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

 span { border-color: rgb(184,116,78); }

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