#B27151

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

Shades of Sante Fe #B27151

Tints of Sante Fe #B27151

Color information

#B27151 (or 0xB27151) is unknown color: approx Sante Fe. HEX triplet: B2, 71 and 51. RGB value is (178,113,81). Sum of RGB (Red+Green+Blue) = 178+113+81=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B27151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27151 is #4D8EAE. Grayscale: #808080. Windows color (decimal): -5082799 or 5337522. OLE color: 5337522.

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

Color convert

RGB17811381-
CMYK00.370.540.30
HSL19.79º38.65%50.78%-
HSV(B)19.79º54.49%69.8%-
XYZ25.7521.8710.65-
YUV128.79101.03163.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 81 (32.03% from 255) = 21.77%
R=47.85%
G=30.38%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781138100.370.540.3019.7938.6550.78
HexB27151025361E142733
Octal2621611210456636244763
Binary101100101110001101000101001011101101111010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27151; }

 p { color: rgb(178,113,81); }

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

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

 a { background-color: rgb(178,113,81); }

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

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

 span { border-color: rgb(178,113,81); }

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