Html Css Color HEX #BA7C9C Bouquet

📋 copy color: '#BA7C9C'

red 186 ◦ green 124 ◦ blue 156

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

Shades of Bouquet #BA7C9C

Tints of Bouquet #BA7C9C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 39.91%
G = 26.61%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA7C9C (or 0xBA7C9C) is known color: Bouquet. HEX triplet: BA, 7C and 9C. RGB value is (186,124,156). Sum of RGB (Red+Green+Blue) = 186+124+156=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C9C is #458363. Grayscale: #929292. Windows color (decimal): -4555620 or 10255546. OLE color: 10255546.

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

Color convert

RGB 186 124 156 -
CMYK 0 0.33 0.16 0.27
HSL 329.03º 0.31% 0.61% -
HSV(B) 329.03º 0.33% 0.73% -
XYZ 33.46 27.25 34.95 -
YUV 146.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 186 124 156 0 0.33 0.16 0.27 329.03 0.31 0.61
Hex BA 7C 9C 0 21 10 1B 149 1F 3D
Octal 272 174 234 0 41 20 33 511 37 75
Binary 10111010 1111100 10011100 0 100001 10000 11011 101001001 11111 111101

Color Harmonies of #BA7C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C9C

Black with #BA7C9C

Text Example


Text Example

White with #BA7C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C9C; }

 p { color: rgb(186,124,156); }

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

background-color css

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

 a { background-color: rgb(186,124,156); }

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

border-color css

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

 span { border-color: rgb(186,124,156); }

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