#B07453

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

Shades of Sante Fe #B07453

Tints of Sante Fe #B07453

Color information

#B07453 (or 0xB07453) is unknown color: approx Sante Fe. HEX triplet: B0, 74 and 53. RGB value is (176,116,83). Sum of RGB (Red+Green+Blue) = 176+116+83=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B07453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07453 is #4F8BAC. Grayscale: #828282. Windows color (decimal): -5213101 or 5469360. OLE color: 5469360.

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

Color convert

RGB17611683-
CMYK00.340.530.31
HSL21.29º37.05%50.78%-
HSV(B)21.29º52.84%69.02%-
XYZ25.7122.3511.14-
YUV130.18101.38160.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=46.93%
G=30.93%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761168300.340.530.3121.2937.0550.78
HexB07453022351F152533
Octal2601641230426537254563
Binary101100001110100101001101000101101011111110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07453; }

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

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

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

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

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

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

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

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