#BA306B

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

Shades of Rouge #BA306B

Tints of Rouge #BA306B

Color information

#BA306B (or 0xBA306B) is unknown color: approx Rouge. HEX triplet: BA, 30 and 6B. RGB value is (186,48,107). Sum of RGB (Red+Green+Blue) = 186+48+107=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA306B is #45CF94. Grayscale: #5F5F5F. Windows color (decimal): -4575125 or 7024826. OLE color: 7024826.

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

Color convert

RGB18648107-
CMYK00.740.420.27
HSL334.35º58.97%45.88%-
HSV(B)334.35º74.19%72.94%-
XYZ23.9613.6115.27-
YUV95.99134.22192.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=54.55%
G=14.08%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864810700.740.420.27334.3558.9745.88
HexBA306B04A2A1B14e3b2e
Octal27260153011252335167356
Binary1011101011000011010110100101010101011011101001110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA306B; }

 p { color: rgb(186,48,107); }

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

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

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

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

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

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

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