Html Css Color HEX #BA7F9D Bouquet

📋 copy color: '#BA7F9D'

red 186 ◦ green 127 ◦ blue 157

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

Shades of Bouquet #BA7F9D

Tints of Bouquet #BA7F9D

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

 BLUE value IS 157 (61.72% from 255) = 33.4%

R = 39.57%
G = 27.02%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA7F9D (or 0xBA7F9D) is known color: Bouquet. HEX triplet: BA, 7F and 9D. RGB value is (186,127,157). Sum of RGB (Red+Green+Blue) = 186+127+157=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F9D is #458062. Grayscale: #949494. Windows color (decimal): -4554851 or 10321850. OLE color: 10321850.

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

Color convert

RGB 186 127 157 -
CMYK 0 0.32 0.16 0.27
HSL 329.49º 0.3% 0.61% -
HSV(B) 329.49º 0.32% 0.73% -
XYZ 33.92 28.05 35.52 -
YUV 148.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 186 127 157 0 0.32 0.16 0.27 329.49 0.3 0.61
Hex BA 7F 9D 0 20 10 1B 149 1E 3D
Octal 272 177 235 0 40 20 33 511 36 75
Binary 10111010 1111111 10011101 0 100000 10000 11011 101001001 11110 111101

Color Harmonies of #BA7F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F9D

Black with #BA7F9D

Text Example


Text Example

White with #BA7F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F9D; }

 p { color: rgb(186,127,157); }

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

background-color css

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

 a { background-color: rgb(186,127,157); }

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

border-color css

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

 span { border-color: rgb(186,127,157); }

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