Html Css Color HEX #BF77AC Bouquet

📋 copy color: '#BF77AC'

red 191 ◦ green 119 ◦ blue 172

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

Shades of Bouquet #BF77AC

Tints of Bouquet #BF77AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 39.63%
G = 24.69%
B = 35.68%

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

#BF77AC (or 0xBF77AC) is known color: Bouquet. HEX triplet: BF, 77 and AC. RGB value is (191,119,172). Sum of RGB (Red+Green+Blue) = 191+119+172=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77AC is #408853. Grayscale: #929292. Windows color (decimal): -4229204 or 11302847. OLE color: 11302847.

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

Color convert

RGB 191 119 172 -
CMYK 0 0.38 0.10 0.25
HSL 315.83º 0.36% 0.61% -
HSV(B) 315.83º 0.38% 0.75% -
XYZ 35.53 27.25 42.42 -
YUV 146.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 191 119 172 0 0.38 0.10 0.25 315.83 0.36 0.61
Hex BF 77 AC 0 26 A 19 13C 24 3D
Octal 277 167 254 0 46 12 31 474 44 75
Binary 10111111 1110111 10101100 0 100110 1010 11001 100111100 100100 111101

Color Harmonies of #BF77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77AC

Black with #BF77AC

Text Example


Text Example

White with #BF77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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