#BA3062

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

Shades of Rouge #BA3062

Tints of Rouge #BA3062

Color information

#BA3062 (or 0xBA3062) is unknown color: approx Rouge. HEX triplet: BA, 30 and 62. RGB value is (186,48,98). Sum of RGB (Red+Green+Blue) = 186+48+98=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3062 is #45CF9D. Grayscale: #5E5E5E. Windows color (decimal): -4575134 or 6435002. OLE color: 6435002.

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

Color convert

RGB1864898-
CMYK00.740.470.27
HSL338.26º58.97%45.88%-
HSV(B)338.26º74.19%72.94%-
XYZ23.5113.4312.91-
YUV94.96129.72192.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 48 (19.14% from 255) = 14.46%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=56.02%
G=14.46%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186489800.740.470.27338.2658.9745.88
HexBA306204A2F1B1523b2e
Octal27260142011257335227356
Binary1011101011000011000100100101010111111011101010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3062; }

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

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

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

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

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

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

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

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