#B07357

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

Shades of Sante Fe #B07357

Tints of Sante Fe #B07357

Color information

#B07357 (or 0xB07357) is unknown color: approx Sante Fe. HEX triplet: B0, 73 and 57. RGB value is (176,115,87). Sum of RGB (Red+Green+Blue) = 176+115+87=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07357 is #4F8CA8. Grayscale: #828282. Windows color (decimal): -5213353 or 5731248. OLE color: 5731248.

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

Color convert

RGB17611587-
CMYK00.350.510.31
HSL18.88º36.03%51.57%-
HSV(B)18.88º50.57%69.02%-
XYZ25.7622.1811.94-
YUV130.05103.71160.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=46.56%
G=30.42%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761158700.350.510.3118.8836.0351.57
HexB07357023331F132434
Octal2601631270436337234464
Binary101100001110011101011101000111100111111110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07357; }

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

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

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

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

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

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

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

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