#B9744E

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

Shades of Sante Fe #B9744E

Tints of Sante Fe #B9744E

Color information

#B9744E (or 0xB9744E) is unknown color: approx Sante Fe. HEX triplet: B9, 74 and 4E. RGB value is (185,116,78). Sum of RGB (Red+Green+Blue) = 185+116+78=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9744E is #468BB1. Grayscale: #848484. Windows color (decimal): -4623282 or 5141689. OLE color: 5141689.

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

Color convert

RGB18511678-
CMYK00.370.580.27
HSL21.31º43.32%51.57%-
HSV(B)21.31º57.84%72.55%-
XYZ27.6323.3610.26-
YUV132.397.36165.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=48.81%
G=30.61%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851167800.370.580.2721.3143.3251.57
HexB9744E0253A1B152b34
Octal2711641160457233255364
Binary101110011110100100111001001011110101101110101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9744E; }

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

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

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

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

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

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

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

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