#B9745A

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

Shades of Sante Fe #B9745A

Tints of Sante Fe #B9745A

Color information

#B9745A (or 0xB9745A) is unknown color: approx Sante Fe. HEX triplet: B9, 74 and 5A. RGB value is (185,116,90). Sum of RGB (Red+Green+Blue) = 185+116+90=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9745A is #468BA5. Grayscale: #858585. Windows color (decimal): -4623270 or 5928121. OLE color: 5928121.

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

Color convert

RGB18511690-
CMYK00.370.510.27
HSL16.42º40.43%53.92%-
HSV(B)16.42º51.35%72.55%-
XYZ28.123.5412.74-
YUV133.67103.36164.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=47.31%
G=29.67%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851169000.370.510.2716.4240.4353.92
HexB9745A025331B102836
Octal2711641320456333205066
Binary101110011110100101101001001011100111101110000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9745A; }

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

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

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

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

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

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

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

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