Html Css Color HEX #BA356A Rouge

📋 copy color: '#BA356A'

red 186 ◦ green 53 ◦ blue 106

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

Shades of Rouge #BA356A

Tints of Rouge #BA356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.36%

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

R = 53.91%
G = 15.36%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA356A (or 0xBA356A) is known color: Rouge. HEX triplet: BA, 35 and 6A. RGB value is (186,53,106). Sum of RGB (Red+Green+Blue) = 186+53+106=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA356A is #45CA95. Grayscale: #626262. Windows color (decimal): -4573846 or 6960570. OLE color: 6960570.

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

Color convert

RGB 186 53 106 -
CMYK 0 0.72 0.43 0.27
HSL 336.09º 0.56% 0.47% -
HSV(B) 336.09º 0.72% 0.73% -
XYZ 24.12 14.03 15.07 -
YUV 98.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 186 53 106 0 0.72 0.43 0.27 336.09 0.56 0.47
Hex BA 35 6A 0 48 2B 1B 150 38 2F
Octal 272 65 152 0 110 53 33 520 70 57
Binary 10111010 110101 1101010 0 1001000 101011 11011 101010000 111000 101111

Color Harmonies of #BA356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA356A

Black with #BA356A

Text Example


Text Example

White with #BA356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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