#B26357

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

Shades of Sante Fe #B26357

Tints of Sante Fe #B26357

Color information

#B26357 (or 0xB26357) is unknown color: approx Sante Fe. HEX triplet: B2, 63 and 57. RGB value is (178,99,87). Sum of RGB (Red+Green+Blue) = 178+99+87=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B26357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26357 is #4D9CA8. Grayscale: #797979. Windows color (decimal): -5086377 or 5727154. OLE color: 5727154.

HSL color Cylindrical-coordinate representation of color #B26357: hue angle of 7.91º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B26357 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1789987-
CMYK00.440.510.30
HSL7.91º37.14%51.96%-
HSV(B)7.91º51.12%69.8%-
XYZ24.5419.0811.41-
YUV121.25108.67168.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=48.90%
G=27.20%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178998700.440.510.307.9137.1451.96
HexB2635702C331E82534
Octal2621431270546336104564
Binary10110010110001110101110101100110011111101000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26357; }

 p { color: rgb(178,99,87); }

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

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

 a { background-color: rgb(178,99,87); }

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

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

 span { border-color: rgb(178,99,87); }

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