#BA5351

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

Shades of Sunset #BA5351

Tints of Sunset #BA5351

Color information

#BA5351 (or 0xBA5351) is unknown color: approx Sunset. HEX triplet: BA, 53 and 51. RGB value is (186,83,81). Sum of RGB (Red+Green+Blue) = 186+83+81=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5351 is #45ACAE. Grayscale: #717171. Windows color (decimal): -4566191 or 5329850. OLE color: 5329850.

HSL color Cylindrical-coordinate representation of color #BA5351: hue angle of 1.14º 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 #BA5351 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1868381-
CMYK00.550.560.27
HSL1.14º43.21%52.35%-
HSV(B)1.14º56.45%72.94%-
XYZ24.8317.229.8-
YUV113.57109.62179.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=53.14%
G=23.71%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186838100.550.560.271.1443.2152.35
HexBA5351037381B12b34
Octal272123121067703315364
Binary10111010101001110100010110111111000110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5351; }

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

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

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

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

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

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

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

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