#B7745C

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

Shades of Sante Fe #B7745C

Tints of Sante Fe #B7745C

Color information

#B7745C (or 0xB7745C) is unknown color: approx Sante Fe. HEX triplet: B7, 74 and 5C. RGB value is (183,116,92). Sum of RGB (Red+Green+Blue) = 183+116+92=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7745C is #488BA3. Grayscale: #858585. Windows color (decimal): -4754340 or 6059191. OLE color: 6059191.

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

Color convert

RGB18311692-
CMYK00.370.500.28
HSL15.82º38.72%53.92%-
HSV(B)15.82º49.73%71.76%-
XYZ27.7123.3313.17-
YUV133.3104.7163.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=46.80%
G=29.67%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831169200.370.500.2815.8238.7253.92
HexB7745C025321C102736
Octal2671641340456234204766
Binary101101111110100101110001001011100101110010000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7745C; }

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

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

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

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

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

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

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

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