#B1614E

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

Shades of Sante Fe #B1614E

Tints of Sante Fe #B1614E

Color information

#B1614E (or 0xB1614E) is unknown color: approx Sante Fe. HEX triplet: B1, 61 and 4E. RGB value is (177,97,78). Sum of RGB (Red+Green+Blue) = 177+97+78=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1614E is #4E9EB1. Grayscale: #767676. Windows color (decimal): -5152434 or 5136817. OLE color: 5136817.

HSL color Cylindrical-coordinate representation of color #B1614E: hue angle of 11.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1614E is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1779778-
CMYK00.450.560.31
HSL11.52º38.82%50%-
HSV(B)11.52º55.93%69.41%-
XYZ23.7818.459.51-
YUV118.75105169.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=50.28%
G=27.56%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177977800.450.560.3111.5238.8250
HexB1614E02D381Fc2732
Octal2611411160557037144762
Binary10110001110000110011100101101111000111111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1614E; }

 p { color: rgb(177,97,78); }

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

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

 a { background-color: rgb(177,97,78); }

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

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

 span { border-color: rgb(177,97,78); }

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