#B26C49

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

Shades of Sante Fe #B26C49

Tints of Sante Fe #B26C49

Color information

#B26C49 (or 0xB26C49) is unknown color: approx Sante Fe. HEX triplet: B2, 6C and 49. RGB value is (178,108,73). Sum of RGB (Red+Green+Blue) = 178+108+73=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C49 is #4D93B6. Grayscale: #7D7D7D. Windows color (decimal): -5084087 or 4811954. OLE color: 4811954.

HSL color Cylindrical-coordinate representation of color #B26C49: hue angle of 20º 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 #B26C49 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17810873-
CMYK00.390.590.30
HSL20º41.83%49.22%-
HSV(B)20º58.99%69.8%-
XYZ24.9320.678.98-
YUV124.9498.69165.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=49.58%
G=30.08%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781087300.390.590.302041.8349.22
HexB26C490273B1E142a31
Octal2621541110477336245261
Binary101100101101100100100101001111110111111010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C49; }

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

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

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

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

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

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

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

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