#B26959

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

Shades of Sante Fe #B26959

Tints of Sante Fe #B26959

Color information

#B26959 (or 0xB26959) is unknown color: approx Sante Fe. HEX triplet: B2, 69 and 59. RGB value is (178,105,89). Sum of RGB (Red+Green+Blue) = 178+105+89=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B26959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26959 is #4D96A6. Grayscale: #7D7D7D. Windows color (decimal): -5084839 or 5859762. OLE color: 5859762.

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

Color convert

RGB17810589-
CMYK00.410.50.30
HSL10.79º36.63%52.35%-
HSV(B)10.79º50%69.8%-
XYZ25.2120.2912.04-
YUV125107.68165.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=47.85%
G=28.23%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781058900.410.50.3010.7936.6352.35
HexB26959029321Eb2534
Octal2621511310516236134564
Binary10110010110100110110010101001110010111101011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26959; }

 p { color: rgb(178,105,89); }

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

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

 a { background-color: rgb(178,105,89); }

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

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

 span { border-color: rgb(178,105,89); }

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