#b26c4d

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

Shades of Sante Fe #B26C4D

Tints of Sante Fe #B26C4D

Color information

#B26C4D (or 0xB26C4D) is unknown color: approx Sante Fe. HEX triplet: B2, 6C and 4D. RGB value is (178,108,77). Sum of RGB (Red+Green+Blue) = 178+108+77=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C4D is #4D93B2. Grayscale: #7D7D7D. Windows color (decimal): -5084083 or 5074098. OLE color: 5074098.

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

Color convert

RGB17810877-
CMYK00.390.570.30
HSL18.42º39.61%50%-
HSV(B)18.42º56.74%69.8%-
XYZ25.0620.739.7-
YUV125.4100.69165.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=49.04%
G=29.75%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781087700.390.570.3018.4239.6150
HexB26C4D027391E122832
Octal2621541150477136225062
Binary101100101101100100110101001111110011111010010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26c4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26c4d; }

 p { color: rgb(178,108,77); }

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

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

 a { background-color: rgb(178,108,77); }

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

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

 span { border-color: rgb(178,108,77); }

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