#B3745D

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

Shades of Sante Fe #B3745D

Tints of Sante Fe #B3745D

Color information

#B3745D (or 0xB3745D) is unknown color: approx Sante Fe. HEX triplet: B3, 74 and 5D. RGB value is (179,116,93). Sum of RGB (Red+Green+Blue) = 179+116+93=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3745D is #4C8BA2. Grayscale: #848484. Windows color (decimal): -5016483 or 6124723. OLE color: 6124723.

HSL color Cylindrical-coordinate representation of color #B3745D: hue angle of 16.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3745D is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17911693-
CMYK00.350.480.30
HSL16.05º36.13%53.33%-
HSV(B)16.05º48.04%70.2%-
XYZ26.8122.8613.36-
YUV132.22105.87161.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 93 (36.72% from 255) = 23.97%
R=46.13%
G=29.90%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791169300.350.480.3016.0536.1353.33
HexB3745D023301E102435
Octal2631641350436036204465
Binary101100111110100101110101000111100001111010000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3745D; }

 p { color: rgb(179,116,93); }

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

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

 a { background-color: rgb(179,116,93); }

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

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

 span { border-color: rgb(179,116,93); }

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