Html Css Color HEX #BA75A4 Bouquet

📋 copy color: '#BA75A4'

red 186 ◦ green 117 ◦ blue 164

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

Shades of Bouquet #BA75A4

Tints of Bouquet #BA75A4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 39.83%
G = 25.05%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA75A4 (or 0xBA75A4) is known color: Bouquet. HEX triplet: BA, 75 and A4. RGB value is (186,117,164). Sum of RGB (Red+Green+Blue) = 186+117+164=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75A4 is #458A5B. Grayscale: #8E8E8E. Windows color (decimal): -4557404 or 10778042. OLE color: 10778042.

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

Color convert

RGB 186 117 164 -
CMYK 0 0.37 0.12 0.27
HSL 319.13º 0.33% 0.59% -
HSV(B) 319.13º 0.37% 0.73% -
XYZ 33.31 25.84 38.35 -
YUV 142.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 186 117 164 0 0.37 0.12 0.27 319.13 0.33 0.59
Hex BA 75 A4 0 25 C 1B 13F 21 3B
Octal 272 165 244 0 45 14 33 477 41 73
Binary 10111010 1110101 10100100 0 100101 1100 11011 100111111 100001 111011

Color Harmonies of #BA75A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75A4

Black with #BA75A4

Text Example


Text Example

White with #BA75A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75A4; }

 p { color: rgb(186,117,164); }

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

background-color css

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

 a { background-color: rgb(186,117,164); }

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

border-color css

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

 span { border-color: rgb(186,117,164); }

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