#B2745A

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

Shades of Sante Fe #B2745A

Tints of Sante Fe #B2745A

Color information

#B2745A (or 0xB2745A) is unknown color: approx Sante Fe. HEX triplet: B2, 74 and 5A. RGB value is (178,116,90). Sum of RGB (Red+Green+Blue) = 178+116+90=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2745A is #4D8BA5. Grayscale: #838383. Windows color (decimal): -5082022 or 5928114. OLE color: 5928114.

HSL color Cylindrical-coordinate representation of color #B2745A: hue angle of 17.73º 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 #B2745A is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17811690-
CMYK00.350.490.30
HSL17.73º36.36%52.55%-
HSV(B)17.73º49.44%69.8%-
XYZ26.4522.6912.66-
YUV131.57104.54161.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=46.35%
G=30.21%
B=23.44%

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
Decimal1781169000.350.490.3017.7336.3652.55
HexB2745A023311E122435
Octal2621641320436136224465
Binary101100101110100101101001000111100011111010010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2745A; }

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

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

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

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

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

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

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

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