#B26255

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

Shades of Sante Fe #B26255

Tints of Sante Fe #B26255

Color information

#B26255 (or 0xB26255) is unknown color: approx Sante Fe. HEX triplet: B2, 62 and 55. RGB value is (178,98,85). Sum of RGB (Red+Green+Blue) = 178+98+85=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B26255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26255 is #4D9DAA. Grayscale: #787878. Windows color (decimal): -5086635 or 5595826. OLE color: 5595826.

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

Color convert

RGB1789885-
CMYK00.450.520.30
HSL8.39º37.65%51.57%-
HSV(B)8.39º52.25%69.8%-
XYZ24.3718.8610.95-
YUV120.44108169.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.31%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=49.31%
G=27.15%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178988500.450.520.308.3937.6551.57
HexB2625502D341E82634
Octal2621421250556436104664
Binary10110010110001010101010101101110100111101000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26255; }

 p { color: rgb(178,98,85); }

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

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

 a { background-color: rgb(178,98,85); }

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

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

 span { border-color: rgb(178,98,85); }

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