Html Css Color HEX #BA7BA1 Bouquet

📋 copy color: '#BA7BA1'

red 186 ◦ green 123 ◦ blue 161

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

Shades of Bouquet #BA7BA1

Tints of Bouquet #BA7BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.26%

R = 39.57%
G = 26.17%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA7BA1 (or 0xBA7BA1) is known color: Bouquet. HEX triplet: BA, 7B and A1. RGB value is (186,123,161). Sum of RGB (Red+Green+Blue) = 186+123+161=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BA1 is #45845E. Grayscale: #929292. Windows color (decimal): -4555871 or 10582970. OLE color: 10582970.

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

Color convert

RGB 186 123 161 -
CMYK 0 0.34 0.13 0.27
HSL 323.81º 0.31% 0.61% -
HSV(B) 323.81º 0.34% 0.73% -
XYZ 33.77 27.18 37.18 -
YUV 146.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 186 123 161 0 0.34 0.13 0.27 323.81 0.31 0.61
Hex BA 7B A1 0 22 D 1B 144 1F 3D
Octal 272 173 241 0 42 15 33 504 37 75
Binary 10111010 1111011 10100001 0 100010 1101 11011 101000100 11111 111101

Color Harmonies of #BA7BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BA1

Black with #BA7BA1

Text Example


Text Example

White with #BA7BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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