#B26D50

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

Shades of Sante Fe #B26D50

Tints of Sante Fe #B26D50

Color information

#B26D50 (or 0xB26D50) is unknown color: approx Sante Fe. HEX triplet: B2, 6D and 50. RGB value is (178,109,80). Sum of RGB (Red+Green+Blue) = 178+109+80=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D50 is #4D92AF. Grayscale: #7E7E7E. Windows color (decimal): -5083824 or 5270962. OLE color: 5270962.

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

Color convert

RGB17810980-
CMYK00.390.550.30
HSL17.76º38.89%50.59%-
HSV(B)17.76º55.06%69.8%-
XYZ25.2820.9810.31-
YUV126.32101.86164.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 109 (42.97% from 255) = 29.70%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=48.50%
G=29.70%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781098000.390.550.3017.7638.8950.59
HexB26D50027371E122733
Octal2621551200476736224763
Binary101100101101101101000001001111101111111010010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D50; }

 p { color: rgb(178,109,80); }

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

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

 a { background-color: rgb(178,109,80); }

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

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

 span { border-color: rgb(178,109,80); }

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