#B2745B

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

Shades of Sante Fe #B2745B

Tints of Sante Fe #B2745B

Color information

#B2745B (or 0xB2745B) is unknown color: approx Sante Fe. HEX triplet: B2, 74 and 5B. RGB value is (178,116,91). Sum of RGB (Red+Green+Blue) = 178+116+91=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2745B is #4D8BA4. Grayscale: #838383. Windows color (decimal): -5082021 or 5993650. OLE color: 5993650.

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

Color convert

RGB17811691-
CMYK00.350.490.30
HSL17.24º36.1%52.75%-
HSV(B)17.24º48.88%69.8%-
XYZ26.4922.7112.88-
YUV131.69105.04161.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=46.23%
G=30.13%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781169100.350.490.3017.2436.152.75
HexB2745B023311E112435
Octal2621641330436136214465
Binary101100101110100101101101000111100011111010001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2745B; }

 p { color: rgb(178,116,91); }

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

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

 a { background-color: rgb(178,116,91); }

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

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

 span { border-color: rgb(178,116,91); }

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