#B26352

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

Shades of Sante Fe #B26352

Tints of Sante Fe #B26352

Color information

#B26352 (or 0xB26352) is unknown color: approx Sante Fe. HEX triplet: B2, 63 and 52. RGB value is (178,99,82). Sum of RGB (Red+Green+Blue) = 178+99+82=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B26352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26352 is #4D9CAD. Grayscale: #787878. Windows color (decimal): -5086382 or 5399474. OLE color: 5399474.

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

Color convert

RGB1789982-
CMYK00.440.540.30
HSL10.63º38.4%50.98%-
HSV(B)10.63º53.93%69.8%-
XYZ24.341910.37-
YUV120.68106.17168.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=49.58%
G=27.58%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178998200.440.540.3010.6338.450.98
HexB2635202C361Eb2633
Octal2621431220546636134663
Binary10110010110001110100100101100110110111101011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26352; }

 p { color: rgb(178,99,82); }

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

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

 a { background-color: rgb(178,99,82); }

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

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

 span { border-color: rgb(178,99,82); }

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