Html Css Color HEX #BA7EA2 Bouquet

📋 copy color: '#BA7EA2'

red 186 ◦ green 126 ◦ blue 162

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

Shades of Bouquet #BA7EA2

Tints of Bouquet #BA7EA2

RGB

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

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

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

R = 39.24%
G = 26.58%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA7EA2 (or 0xBA7EA2) is known color: Bouquet. HEX triplet: BA, 7E and A2. RGB value is (186,126,162). Sum of RGB (Red+Green+Blue) = 186+126+162=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EA2 is #45815D. Grayscale: #939393. Windows color (decimal): -4555102 or 10649274. OLE color: 10649274.

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

Color convert

RGB 186 126 162 -
CMYK 0 0.32 0.13 0.27
HSL 324º 0.3% 0.61% -
HSV(B) 324º 0.32% 0.73% -
XYZ 34.23 27.97 37.78 -
YUV 148.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 186 126 162 0 0.32 0.13 0.27 324 0.3 0.61
Hex BA 7E A2 0 20 D 1B 144 1E 3D
Octal 272 176 242 0 40 15 33 504 36 75
Binary 10111010 1111110 10100010 0 100000 1101 11011 101000100 11110 111101

Color Harmonies of #BA7EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7EA2

Black with #BA7EA2

Text Example


Text Example

White with #BA7EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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