#B27057

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

Shades of Sante Fe #B27057

Tints of Sante Fe #B27057

Color information

#B27057 (or 0xB27057) is unknown color: approx Sante Fe. HEX triplet: B2, 70 and 57. RGB value is (178,112,87). Sum of RGB (Red+Green+Blue) = 178+112+87=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B27057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27057 is #4D8FA8. Grayscale: #818181. Windows color (decimal): -5083049 or 5730482. OLE color: 5730482.

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

Color convert

RGB17811287-
CMYK00.370.510.30
HSL16.48º37.14%51.96%-
HSV(B)16.48º51.12%69.8%-
XYZ25.8721.7411.85-
YUV128.88104.37163.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=47.21%
G=29.71%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781128700.370.510.3016.4837.1451.96
HexB27057025331E102534
Octal2621601270456336204564
Binary101100101110000101011101001011100111111010000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27057; }

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

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

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

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

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

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

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

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