Html Css Color HEX #BF77A6 Bouquet

📋 copy color: '#BF77A6'

red 191 ◦ green 119 ◦ blue 166

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

Shades of Bouquet #BF77A6

Tints of Bouquet #BF77A6

RGB

 RED value IS 191 (75% from 255) = 40.13%

 GREEN value IS 119 (46.88% from 255) = 25%

 BLUE value IS 166 (65.23% from 255) = 34.87%

R = 40.13%
G = 25%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF77A6 (or 0xBF77A6) is known color: Bouquet. HEX triplet: BF, 77 and A6. RGB value is (191,119,166). Sum of RGB (Red+Green+Blue) = 191+119+166=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77A6 is #408859. Grayscale: #919191. Windows color (decimal): -4229210 or 10909631. OLE color: 10909631.

HSL color Cylindrical-coordinate representation of color #BF77A6: hue angle of 320.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF77A6 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 119 166 -
CMYK 0 0.38 0.13 0.25
HSL 320.83º 0.36% 0.61% -
HSV(B) 320.83º 0.38% 0.75% -
XYZ 34.97 27.02 39.45 -
YUV 145.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 191 119 166 0 0.38 0.13 0.25 320.83 0.36 0.61
Hex BF 77 A6 0 26 D 19 141 24 3D
Octal 277 167 246 0 46 15 31 501 44 75
Binary 10111111 1110111 10100110 0 100110 1101 11001 101000001 100100 111101

Color Harmonies of #BF77A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77A6

Black with #BF77A6

Text Example


Text Example

White with #BF77A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77A6; }

 p { color: rgb(191,119,166); }

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

background-color css

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

 a { background-color: rgb(191,119,166); }

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

border-color css

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

 span { border-color: rgb(191,119,166); }

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