Html Css Color HEX #BA74AA Bouquet

📋 copy color: '#BA74AA'

red 186 ◦ green 116 ◦ blue 170

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

Shades of Bouquet #BA74AA

Tints of Bouquet #BA74AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.58%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 39.41%
G = 24.58%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA74AA (or 0xBA74AA) is known color: Bouquet. HEX triplet: BA, 74 and AA. RGB value is (186,116,170). Sum of RGB (Red+Green+Blue) = 186+116+170=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74AA is #458B55. Grayscale: #8E8E8E. Windows color (decimal): -4557654 or 11171002. OLE color: 11171002.

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

Color convert

RGB 186 116 170 -
CMYK 0 0.38 0.09 0.27
HSL 313.71º 0.34% 0.59% -
HSV(B) 313.71º 0.38% 0.73% -
XYZ 33.75 25.83 41.24 -
YUV 143.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 186 116 170 0 0.38 0.09 0.27 313.71 0.34 0.59
Hex BA 74 AA 0 26 9 1B 13A 22 3B
Octal 272 164 252 0 46 11 33 472 42 73
Binary 10111010 1110100 10101010 0 100110 1001 11011 100111010 100010 111011

Color Harmonies of #BA74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74AA

Black with #BA74AA

Text Example


Text Example

White with #BA74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74AA; }

 p { color: rgb(186,116,170); }

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

background-color css

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

 a { background-color: rgb(186,116,170); }

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

border-color css

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

 span { border-color: rgb(186,116,170); }

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