#B0745A

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

Shades of Sante Fe #B0745A

Tints of Sante Fe #B0745A

Color information

#B0745A (or 0xB0745A) is unknown color: approx Sante Fe. HEX triplet: B0, 74 and 5A. RGB value is (176,116,90). Sum of RGB (Red+Green+Blue) = 176+116+90=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0745A is #4F8BA5. Grayscale: #838383. Windows color (decimal): -5213094 or 5928112. OLE color: 5928112.

HSL color Cylindrical-coordinate representation of color #B0745A: hue angle of 18.14º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0745A is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17611690-
CMYK00.340.490.31
HSL18.14º35.25%52.16%-
HSV(B)18.14º48.86%69.02%-
XYZ2622.4612.64-
YUV130.98104.88160.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=46.07%
G=30.37%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761169000.340.490.3118.1435.2552.16
HexB0745A022311F122334
Octal2601641320426137224364
Binary101100001110100101101001000101100011111110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0745A; }

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

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

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

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

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

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

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

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