Html Css Color HEX #BA7BAB Bouquet

📋 copy color: '#BA7BAB'

red 186 ◦ green 123 ◦ blue 171

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

Shades of Bouquet #BA7BAB

Tints of Bouquet #BA7BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 38.75%
G = 25.63%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA7BAB (or 0xBA7BAB) is known color: Bouquet. HEX triplet: BA, 7B and AB. RGB value is (186,123,171). Sum of RGB (Red+Green+Blue) = 186+123+171=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BAB is #458454. Grayscale: #939393. Windows color (decimal): -4555861 or 11238330. OLE color: 11238330.

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

Color convert

RGB 186 123 171 -
CMYK 0 0.34 0.08 0.27
HSL 314.29º 0.31% 0.61% -
HSV(B) 314.29º 0.34% 0.73% -
XYZ 34.68 27.55 42.02 -
YUV 147.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 186 123 171 0 0.34 0.08 0.27 314.29 0.31 0.61
Hex BA 7B AB 0 22 8 1B 13A 1F 3D
Octal 272 173 253 0 42 10 33 472 37 75
Binary 10111010 1111011 10101011 0 100010 1000 11011 100111010 11111 111101

Color Harmonies of #BA7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BAB

Black with #BA7BAB

Text Example


Text Example

White with #BA7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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