#B27059

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

Shades of Sante Fe #B27059

Tints of Sante Fe #B27059

Color information

#B27059 (or 0xB27059) is unknown color: approx Sante Fe. HEX triplet: B2, 70 and 59. RGB value is (178,112,89). Sum of RGB (Red+Green+Blue) = 178+112+89=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B27059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27059 is #4D8FA6. Grayscale: #818181. Windows color (decimal): -5083047 or 5861554. OLE color: 5861554.

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

Color convert

RGB17811289-
CMYK00.370.50.30
HSL15.51º36.63%52.35%-
HSV(B)15.51º50%69.8%-
XYZ25.9621.7712.29-
YUV129.11105.37162.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=46.97%
G=29.55%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781128900.370.50.3015.5136.6352.35
HexB27059025321E102534
Octal2621601310456236204564
Binary101100101110000101100101001011100101111010000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27059; }

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

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

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

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

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

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

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

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