#BA5151

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

Shades of Sunset #BA5151

Tints of Sunset #BA5151

Color information

#BA5151 (or 0xBA5151) is unknown color: approx Sunset. HEX triplet: BA, 51 and 51. RGB value is (186,81,81). Sum of RGB (Red+Green+Blue) = 186+81+81=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5151 is #45AEAE. Grayscale: #707070. Windows color (decimal): -4566703 or 5329338. OLE color: 5329338.

HSL color Cylindrical-coordinate representation of color #BA5151: hue angle of 0º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5151 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1868181-
CMYK00.560.560.27
HSL43.21%52.35%-
HSV(B)56.45%72.94%-
XYZ24.6816.929.75-
YUV112.4110.29180.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 81 (32.03% from 255) = 23.28%
R=53.45%
G=23.28%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186818100.560.560.27043.2152.35
HexBA5151038381B02b34
Octal272121121070703305364
Binary10111010101000110100010111000111000110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5151; }

 p { color: rgb(186,81,81); }

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

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

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

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

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

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

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