Html Css Color HEX #BA7D9C Bouquet

📋 copy color: '#BA7D9C'

red 186 ◦ green 125 ◦ blue 156

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

Shades of Bouquet #BA7D9C

Tints of Bouquet #BA7D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

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

R = 39.83%
G = 26.77%
B = 33.4%

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

#BA7D9C (or 0xBA7D9C) is known color: Bouquet. HEX triplet: BA, 7D and 9C. RGB value is (186,125,156). Sum of RGB (Red+Green+Blue) = 186+125+156=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7D9C is #458263. Grayscale: #929292. Windows color (decimal): -4555364 or 10255802. OLE color: 10255802.

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

Color convert

RGB 186 125 156 -
CMYK 0 0.33 0.16 0.27
HSL 329.51º 0.31% 0.61% -
HSV(B) 329.51º 0.33% 0.73% -
XYZ 33.58 27.51 34.99 -
YUV 146.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 186 125 156 0 0.33 0.16 0.27 329.51 0.31 0.61
Hex BA 7D 9C 0 21 10 1B 14A 1F 3D
Octal 272 175 234 0 41 20 33 512 37 75
Binary 10111010 1111101 10011100 0 100001 10000 11011 101001010 11111 111101

Color Harmonies of #BA7D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D9C

Black with #BA7D9C

Text Example


Text Example

White with #BA7D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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