Html Css Color HEX #BA75A2 Bouquet

📋 copy color: '#BA75A2'

red 186 ◦ green 117 ◦ blue 162

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

Shades of Bouquet #BA75A2

Tints of Bouquet #BA75A2

RGB

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

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

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

R = 40%
G = 25.16%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA75A2 (or 0xBA75A2) is known color: Bouquet. HEX triplet: BA, 75 and A2. RGB value is (186,117,162). Sum of RGB (Red+Green+Blue) = 186+117+162=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75A2 is #458A5D. Grayscale: #8E8E8E. Windows color (decimal): -4557406 or 10646970. OLE color: 10646970.

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

Color convert

RGB 186 117 162 -
CMYK 0 0.37 0.13 0.27
HSL 320.87º 0.33% 0.59% -
HSV(B) 320.87º 0.37% 0.73% -
XYZ 33.13 25.77 37.41 -
YUV 142.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 186 117 162 0 0.37 0.13 0.27 320.87 0.33 0.59
Hex BA 75 A2 0 25 D 1B 141 21 3B
Octal 272 165 242 0 45 15 33 501 41 73
Binary 10111010 1110101 10100010 0 100101 1101 11011 101000001 100001 111011

Color Harmonies of #BA75A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA75A2

Black with #BA75A2

Text Example


Text Example

White with #BA75A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA75A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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