#B26C50

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

Shades of Sante Fe #B26C50

Tints of Sante Fe #B26C50

Color information

#B26C50 (or 0xB26C50) is unknown color: approx Sante Fe. HEX triplet: B2, 6C and 50. RGB value is (178,108,80). Sum of RGB (Red+Green+Blue) = 178+108+80=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C50 is #4D93AF. Grayscale: #7D7D7D. Windows color (decimal): -5084080 or 5270706. OLE color: 5270706.

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

Color convert

RGB17810880-
CMYK00.390.550.30
HSL17.14º38.89%50.59%-
HSV(B)17.14º55.06%69.8%-
XYZ25.1720.7710.27-
YUV125.74102.19165.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=48.63%
G=29.51%
B=21.86%

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
Decimal1781088000.390.550.3017.1438.8950.59
HexB26C50027371E112733
Octal2621541200476736214763
Binary101100101101100101000001001111101111111010001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C50; }

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

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

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

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

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

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

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

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