#B8745A

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

Shades of Sante Fe #B8745A

Tints of Sante Fe #B8745A

Color information

#B8745A (or 0xB8745A) is unknown color: approx Sante Fe. HEX triplet: B8, 74 and 5A. RGB value is (184,116,90). Sum of RGB (Red+Green+Blue) = 184+116+90=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8745A is #478BA5. Grayscale: #858585. Windows color (decimal): -4688806 or 5928120. OLE color: 5928120.

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

Color convert

RGB18411690-
CMYK00.370.510.28
HSL16.6º39.83%53.73%-
HSV(B)16.6º51.09%72.16%-
XYZ27.8623.4212.72-
YUV133.37103.53164.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.18%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=47.18%
G=29.74%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841169000.370.510.2816.639.8353.73
HexB8745A025331C112836
Octal2701641320456334215066
Binary101110001110100101101001001011100111110010001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8745A; }

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

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

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

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

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

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

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

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