Html Css Color HEX #BA7EA7 Bouquet

📋 copy color: '#BA7EA7'

red 186 ◦ green 126 ◦ blue 167

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

Shades of Bouquet #BA7EA7

Tints of Bouquet #BA7EA7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.3%

 BLUE value IS 167 (65.63% from 255) = 34.86%

R = 38.83%
G = 26.3%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA7EA7 (or 0xBA7EA7) is known color: Bouquet. HEX triplet: BA, 7E and A7. RGB value is (186,126,167). Sum of RGB (Red+Green+Blue) = 186+126+167=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EA7 is #458158. Grayscale: #949494. Windows color (decimal): -4555097 or 10976954. OLE color: 10976954.

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

Color convert

RGB 186 126 167 -
CMYK 0 0.32 0.10 0.27
HSL 319º 0.3% 0.61% -
HSV(B) 319º 0.32% 0.73% -
XYZ 34.69 28.15 40.16 -
YUV 148.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 186 126 167 0 0.32 0.10 0.27 319 0.3 0.61
Hex BA 7E A7 0 20 A 1B 13F 1E 3D
Octal 272 176 247 0 40 12 33 477 36 75
Binary 10111010 1111110 10100111 0 100000 1010 11011 100111111 11110 111101

Color Harmonies of #BA7EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EA7

Black with #BA7EA7

Text Example


Text Example

White with #BA7EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EA7; }

 p { color: rgb(186,126,167); }

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

background-color css

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

 a { background-color: rgb(186,126,167); }

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

border-color css

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

 span { border-color: rgb(186,126,167); }

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