#B26D5A

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

Shades of Sante Fe #B26D5A

Tints of Sante Fe #B26D5A

Color information

#B26D5A (or 0xB26D5A) is unknown color: approx Sante Fe. HEX triplet: B2, 6D and 5A. RGB value is (178,109,90). Sum of RGB (Red+Green+Blue) = 178+109+90=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D5A is #4D92A5. Grayscale: #7F7F7F. Windows color (decimal): -5083814 or 5926322. OLE color: 5926322.

HSL color Cylindrical-coordinate representation of color #B26D5A: hue angle of 12.95º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B26D5A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17810990-
CMYK00.390.490.30
HSL12.95º36.36%52.55%-
HSV(B)12.95º49.44%69.8%-
XYZ25.6721.1412.4-
YUV127.46106.86164.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=47.21%
G=28.91%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781099000.390.490.3012.9536.3652.55
HexB26D5A027311Ed2435
Octal2621551320476136154465
Binary10110010110110110110100100111110001111101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D5A; }

 p { color: rgb(178,109,90); }

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

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

 a { background-color: rgb(178,109,90); }

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

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

 span { border-color: rgb(178,109,90); }

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