#B27459

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

Shades of Sante Fe #B27459

Tints of Sante Fe #B27459

Color information

#B27459 (or 0xB27459) is unknown color: approx Sante Fe. HEX triplet: B2, 74 and 59. RGB value is (178,116,89). Sum of RGB (Red+Green+Blue) = 178+116+89=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B27459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27459 is #4D8BA6. Grayscale: #838383. Windows color (decimal): -5082023 or 5862578. OLE color: 5862578.

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

Color convert

RGB17811689-
CMYK00.350.50.30
HSL18.2º36.63%52.35%-
HSV(B)18.2º50%69.8%-
XYZ26.4122.6812.44-
YUV131.46104.04161.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 89 (35.16% from 255) = 23.24%
R=46.48%
G=30.29%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781168900.350.50.3018.236.6352.35
HexB27459023321E122534
Octal2621641310436236224564
Binary101100101110100101100101000111100101111010010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27459; }

 p { color: rgb(178,116,89); }

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

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

 a { background-color: rgb(178,116,89); }

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

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

 span { border-color: rgb(178,116,89); }

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