Html Css Color HEX #BA7BA6 Bouquet

📋 copy color: '#BA7BA6'

red 186 ◦ green 123 ◦ blue 166

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

Shades of Bouquet #BA7BA6

Tints of Bouquet #BA7BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.89%

 BLUE value IS 166 (65.23% from 255) = 34.95%

R = 39.16%
G = 25.89%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA7BA6 (or 0xBA7BA6) is known color: Bouquet. HEX triplet: BA, 7B and A6. RGB value is (186,123,166). Sum of RGB (Red+Green+Blue) = 186+123+166=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BA6 is #458459. Grayscale: #929292. Windows color (decimal): -4555866 or 10910650. OLE color: 10910650.

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

Color convert

RGB 186 123 166 -
CMYK 0 0.34 0.11 0.27
HSL 319.05º 0.31% 0.61% -
HSV(B) 319.05º 0.34% 0.73% -
XYZ 34.22 27.36 39.55 -
YUV 146.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 186 123 166 0 0.34 0.11 0.27 319.05 0.31 0.61
Hex BA 7B A6 0 22 B 1B 13F 1F 3D
Octal 272 173 246 0 42 13 33 477 37 75
Binary 10111010 1111011 10100110 0 100010 1011 11011 100111111 11111 111101

Color Harmonies of #BA7BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BA6

Black with #BA7BA6

Text Example


Text Example

White with #BA7BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BA6; }

 p { color: rgb(186,123,166); }

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

background-color css

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

 a { background-color: rgb(186,123,166); }

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

border-color css

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

 span { border-color: rgb(186,123,166); }

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