#B27457

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

Shades of Sante Fe #B27457

Tints of Sante Fe #B27457

Color information

#B27457 (or 0xB27457) is unknown color: approx Sante Fe. HEX triplet: B2, 74 and 57. RGB value is (178,116,87). Sum of RGB (Red+Green+Blue) = 178+116+87=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B27457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27457 is #4D8BA8. Grayscale: #838383. Windows color (decimal): -5082025 or 5731506. OLE color: 5731506.

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

Color convert

RGB17811687-
CMYK00.350.510.30
HSL19.12º37.14%51.96%-
HSV(B)19.12º51.12%69.8%-
XYZ26.3322.6412-
YUV131.23103.04161.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=46.72%
G=30.45%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781168700.350.510.3019.1237.1451.96
HexB27457023331E132534
Octal2621641270436336234564
Binary101100101110100101011101000111100111111010011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27457; }

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

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

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

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

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

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

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

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