#B26A49

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

Shades of Sante Fe #B26A49

Tints of Sante Fe #B26A49

Color information

#B26A49 (or 0xB26A49) is unknown color: approx Sante Fe. HEX triplet: B2, 6A and 49. RGB value is (178,106,73). Sum of RGB (Red+Green+Blue) = 178+106+73=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A49 is #4D95B6. Grayscale: #7B7B7B. Windows color (decimal): -5084599 or 4811442. OLE color: 4811442.

HSL color Cylindrical-coordinate representation of color #B26A49: hue angle of 18.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B26A49 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17810673-
CMYK00.400.590.30
HSL18.86º41.83%49.22%-
HSV(B)18.86º58.99%69.8%-
XYZ24.7220.258.91-
YUV123.7799.35166.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=49.86%
G=29.69%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781067300.400.590.3018.8641.8349.22
HexB26A490283B1E132a31
Octal2621521110507336235261
Binary101100101101010100100101010001110111111010011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A49; }

 p { color: rgb(178,106,73); }

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

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

 a { background-color: rgb(178,106,73); }

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

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

 span { border-color: rgb(178,106,73); }

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