Html Css Color HEX #BA306A Rouge

📋 copy color: '#BA306A'

red 186 ◦ green 48 ◦ blue 106

#BA306A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #BA306A

Tints of Rouge #BA306A

RGB

 RED value IS 186 (73.05% from 255) = 54.71%

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 54.71%
G = 14.12%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA306A (or 0xBA306A) is known color: Rouge. HEX triplet: BA, 30 and 6A. RGB value is (186,48,106). Sum of RGB (Red+Green+Blue) = 186+48+106=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA306A is #45CF95. Grayscale: #5F5F5F. Windows color (decimal): -4575126 or 6959290. OLE color: 6959290.

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

Color convert

RGB 186 48 106 -
CMYK 0 0.74 0.43 0.27
HSL 334.78º 0.59% 0.46% -
HSV(B) 334.78º 0.74% 0.73% -
XYZ 23.91 13.59 15 -
YUV 95.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 186 48 106 0 0.74 0.43 0.27 334.78 0.59 0.46
Hex BA 30 6A 0 4A 2B 1B 14F 3B 2E
Octal 272 60 152 0 112 53 33 517 73 56
Binary 10111010 110000 1101010 0 1001010 101011 11011 101001111 111011 101110

Color Harmonies of #BA306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA306A

Black with #BA306A

Text Example


Text Example

White with #BA306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA306A; }

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

 H1.HeaderClassName
 {
   color: #BA306A;
 }
 .AnyTagClassName
 {
   color: #BA306A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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