#B26958

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

Shades of Sante Fe #B26958

Tints of Sante Fe #B26958

Color information

#B26958 (or 0xB26958) is unknown color: approx Sante Fe. HEX triplet: B2, 69 and 58. RGB value is (178,105,88). Sum of RGB (Red+Green+Blue) = 178+105+88=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B26958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26958 is #4D96A7. Grayscale: #7D7D7D. Windows color (decimal): -5084840 or 5794226. OLE color: 5794226.

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

Color convert

RGB17810588-
CMYK00.410.510.30
HSL11.33º36.89%52.16%-
HSV(B)11.33º50.56%69.8%-
XYZ25.1720.2711.82-
YUV124.89107.18165.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=47.98%
G=28.30%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781058800.410.510.3011.3336.8952.16
HexB26958029331Eb2534
Octal2621511300516336134564
Binary10110010110100110110000101001110011111101011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26958; }

 p { color: rgb(178,105,88); }

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

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

 a { background-color: rgb(178,105,88); }

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

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

 span { border-color: rgb(178,105,88); }

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