#B26E57

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

Shades of Sante Fe #B26E57

Tints of Sante Fe #B26E57

Color information

#B26E57 (or 0xB26E57) is unknown color: approx Sante Fe. HEX triplet: B2, 6E and 57. RGB value is (178,110,87). Sum of RGB (Red+Green+Blue) = 178+110+87=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E57 is #4D91A8. Grayscale: #7F7F7F. Windows color (decimal): -5083561 or 5729970. OLE color: 5729970.

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

Color convert

RGB17811087-
CMYK00.380.510.30
HSL15.16º37.14%51.96%-
HSV(B)15.16º51.12%69.8%-
XYZ25.6621.311.78-
YUV127.71105.03163.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=47.47%
G=29.33%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781108700.380.510.3015.1637.1451.96
HexB26E57026331Ef2534
Octal2621561270466336174564
Binary10110010110111010101110100110110011111101111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E57; }

 p { color: rgb(178,110,87); }

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

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

 a { background-color: rgb(178,110,87); }

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

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

 span { border-color: rgb(178,110,87); }

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