Html Css Color HEX #BA74A5 Bouquet

📋 copy color: '#BA74A5'

red 186 ◦ green 116 ◦ blue 165

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

Shades of Bouquet #BA74A5

Tints of Bouquet #BA74A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.33%

R = 39.83%
G = 24.84%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA74A5 (or 0xBA74A5) is known color: Bouquet. HEX triplet: BA, 74 and A5. RGB value is (186,116,165). Sum of RGB (Red+Green+Blue) = 186+116+165=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74A5 is #458B5A. Grayscale: #8E8E8E. Windows color (decimal): -4557659 or 10843322. OLE color: 10843322.

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

Color convert

RGB 186 116 165 -
CMYK 0 0.38 0.11 0.27
HSL 318º 0.34% 0.59% -
HSV(B) 318º 0.38% 0.73% -
XYZ 33.29 25.65 38.79 -
YUV 142.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 186 116 165 0 0.38 0.11 0.27 318 0.34 0.59
Hex BA 74 A5 0 26 B 1B 13E 22 3B
Octal 272 164 245 0 46 13 33 476 42 73
Binary 10111010 1110100 10100101 0 100110 1011 11011 100111110 100010 111011

Color Harmonies of #BA74A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74A5

Black with #BA74A5

Text Example


Text Example

White with #BA74A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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