#BA5350

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

Shades of Sunset #BA5350

Tints of Sunset #BA5350

Color information

#BA5350 (or 0xBA5350) is unknown color: approx Sunset. HEX triplet: BA, 53 and 50. RGB value is (186,83,80). Sum of RGB (Red+Green+Blue) = 186+83+80=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5350 is #45ACAF. Grayscale: #717171. Windows color (decimal): -4566192 or 5264314. OLE color: 5264314.

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

Color convert

RGB1868380-
CMYK00.550.570.27
HSL1.7º43.44%52.16%-
HSV(B)1.7º56.99%72.94%-
XYZ24.7917.29.6-
YUV113.46109.12179.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=53.30%
G=23.78%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186838000.550.570.271.743.4452.16
HexBA5350037391B22b34
Octal272123120067713325364
Binary101110101010011101000001101111110011101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5350; }

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

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

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

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

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

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

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

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