#B07359

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

Shades of Sante Fe #B07359

Tints of Sante Fe #B07359

Color information

#B07359 (or 0xB07359) is unknown color: approx Sante Fe. HEX triplet: B0, 73 and 59. RGB value is (176,115,89). Sum of RGB (Red+Green+Blue) = 176+115+89=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B07359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07359 is #4F8CA6. Grayscale: #828282. Windows color (decimal): -5213351 or 5862320. OLE color: 5862320.

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

Color convert

RGB17611589-
CMYK00.350.490.31
HSL17.93º35.51%51.96%-
HSV(B)17.93º49.43%69.02%-
XYZ25.8422.2112.38-
YUV130.27104.71160.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 89 (35.16% from 255) = 23.42%
R=46.32%
G=30.26%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761158900.350.490.3117.9335.5151.96
HexB07359023311F122434
Octal2601631310436137224464
Binary101100001110011101100101000111100011111110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07359; }

 p { color: rgb(176,115,89); }

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

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

 a { background-color: rgb(176,115,89); }

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

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

 span { border-color: rgb(176,115,89); }

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