Html Css Color HEX #BA74A2 Bouquet

📋 copy color: '#BA74A2'

red 186 ◦ green 116 ◦ blue 162

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

Shades of Bouquet #BA74A2

Tints of Bouquet #BA74A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.91%

R = 40.09%
G = 25%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA74A2 (or 0xBA74A2) is known color: Bouquet. HEX triplet: BA, 74 and A2. RGB value is (186,116,162). Sum of RGB (Red+Green+Blue) = 186+116+162=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74A2 is #458B5D. Grayscale: #8E8E8E. Windows color (decimal): -4557662 or 10646714. OLE color: 10646714.

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

Color convert

RGB 186 116 162 -
CMYK 0 0.38 0.13 0.27
HSL 320.57º 0.34% 0.59% -
HSV(B) 320.57º 0.38% 0.73% -
XYZ 33.02 25.54 37.37 -
YUV 142.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 186 116 162 0 0.38 0.13 0.27 320.57 0.34 0.59
Hex BA 74 A2 0 26 D 1B 141 22 3B
Octal 272 164 242 0 46 15 33 501 42 73
Binary 10111010 1110100 10100010 0 100110 1101 11011 101000001 100010 111011

Color Harmonies of #BA74A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74A2

Black with #BA74A2

Text Example


Text Example

White with #BA74A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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