#B27559

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

Shades of Sante Fe #B27559

Tints of Sante Fe #B27559

Color information

#B27559 (or 0xB27559) is unknown color: approx Sante Fe. HEX triplet: B2, 75 and 59. RGB value is (178,117,89). Sum of RGB (Red+Green+Blue) = 178+117+89=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B27559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27559 is #4D8AA6. Grayscale: #848484. Windows color (decimal): -5081767 or 5862834. OLE color: 5862834.

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

Color convert

RGB17811789-
CMYK00.340.50.30
HSL18.88º36.63%52.35%-
HSV(B)18.88º50%69.8%-
XYZ26.5222.9112.48-
YUV132.05103.71160.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 89 (35.16% from 255) = 23.18%
R=46.35%
G=30.47%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781178900.340.50.3018.8836.6352.35
HexB27559022321E132534
Octal2621651310426236234564
Binary101100101110101101100101000101100101111010011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27559; }

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

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

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

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

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

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

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

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