Html Css Color HEX #BF77AB Bouquet

📋 copy color: '#BF77AB'

red 191 ◦ green 119 ◦ blue 171

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

Shades of Bouquet #BF77AB

Tints of Bouquet #BF77AB

RGB

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

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

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

R = 39.71%
G = 24.74%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF77AB (or 0xBF77AB) is known color: Bouquet. HEX triplet: BF, 77 and AB. RGB value is (191,119,171). Sum of RGB (Red+Green+Blue) = 191+119+171=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77AB is #408854. Grayscale: #929292. Windows color (decimal): -4229205 or 11237311. OLE color: 11237311.

HSL color Cylindrical-coordinate representation of color #BF77AB: hue angle of 316.67º 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 #BF77AB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 119 171 -
CMYK 0 0.38 0.10 0.25
HSL 316.67º 0.36% 0.61% -
HSV(B) 316.67º 0.38% 0.75% -
XYZ 35.43 27.21 41.91 -
YUV 146.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 191 119 171 0 0.38 0.10 0.25 316.67 0.36 0.61
Hex BF 77 AB 0 26 A 19 13D 24 3D
Octal 277 167 253 0 46 12 31 475 44 75
Binary 10111111 1110111 10101011 0 100110 1010 11001 100111101 100100 111101

Color Harmonies of #BF77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77AB

Black with #BF77AB

Text Example


Text Example

White with #BF77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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