#BA4362

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

Shades of Blush #BA4362

Tints of Blush #BA4362

Color information

#BA4362 (or 0xBA4362) is unknown color: approx Blush. HEX triplet: BA, 43 and 62. RGB value is (186,67,98). Sum of RGB (Red+Green+Blue) = 186+67+98=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4362 is #45BC9D. Grayscale: #6A6A6A. Windows color (decimal): -4570270 or 6439866. OLE color: 6439866.

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

Color convert

RGB1866798-
CMYK00.640.470.27
HSL344.37º47.04%49.61%-
HSV(B)344.37º63.98%72.94%-
XYZ24.4615.3413.23-
YUV106.12123.42184.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 67 (26.56% from 255) = 19.09%
BLUE value IS 98 (38.67% from 255) = 27.92%
R=52.99%
G=19.09%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186679800.640.470.27344.3747.0449.61
HexBA43620402F1B1582f32
Octal272103142010057335305762
Binary10111010100001111000100100000010111111011101011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4362; }

 p { color: rgb(186,67,98); }

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

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

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

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

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

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

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