Html Css Color HEX #BA78A2 Bouquet

📋 copy color: '#BA78A2'

red 186 ◦ green 120 ◦ blue 162

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

Shades of Bouquet #BA78A2

Tints of Bouquet #BA78A2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.64%

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

R = 39.74%
G = 25.64%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA78A2 (or 0xBA78A2) is known color: Bouquet. HEX triplet: BA, 78 and A2. RGB value is (186,120,162). Sum of RGB (Red+Green+Blue) = 186+120+162=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA78A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA78A2 is #45875D. Grayscale: #909090. Windows color (decimal): -4556638 or 10647738. OLE color: 10647738.

HSL color Cylindrical-coordinate representation of color #BA78A2: hue angle of 321.82º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA78A2 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 120 162 -
CMYK 0 0.35 0.13 0.27
HSL 321.82º 0.32% 0.6% -
HSV(B) 321.82º 0.35% 0.73% -
XYZ 33.49 26.48 37.53 -
YUV 144.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 186 120 162 0 0.35 0.13 0.27 321.82 0.32 0.6
Hex BA 78 A2 0 23 D 1B 142 20 3C
Octal 272 170 242 0 43 15 33 502 40 74
Binary 10111010 1111000 10100010 0 100011 1101 11011 101000010 100000 111100

Color Harmonies of #BA78A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78A2

Black with #BA78A2

Text Example


Text Example

White with #BA78A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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