#B7745A

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

Shades of Sante Fe #B7745A

Tints of Sante Fe #B7745A

Color information

#B7745A (or 0xB7745A) is unknown color: approx Sante Fe. HEX triplet: B7, 74 and 5A. RGB value is (183,116,90). Sum of RGB (Red+Green+Blue) = 183+116+90=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7745A is #488BA5. Grayscale: #858585. Windows color (decimal): -4754342 or 5928119. OLE color: 5928119.

HSL color Cylindrical-coordinate representation of color #B7745A: hue angle of 16.77º degrees, saturation: 0.39, 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 #B7745A is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18311690-
CMYK00.370.510.28
HSL16.77º39.24%53.53%-
HSV(B)16.77º50.82%71.76%-
XYZ27.6223.312.71-
YUV133.07103.7163.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=47.04%
G=29.82%
B=23.14%

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
Decimal1831169000.370.510.2816.7739.2453.53
HexB7745A025331C112736
Octal2671641320456334214766
Binary101101111110100101101001001011100111110010001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7745A; }

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

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

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

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

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

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

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

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