Html Css Color HEX #BF72A6 Bouquet

📋 copy color: '#BF72A6'

red 191 ◦ green 114 ◦ blue 166

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

Shades of Bouquet #BF72A6

Tints of Bouquet #BF72A6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

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

R = 40.55%
G = 24.2%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF72A6 (or 0xBF72A6) is known color: Bouquet. HEX triplet: BF, 72 and A6. RGB value is (191,114,166). Sum of RGB (Red+Green+Blue) = 191+114+166=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF72A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF72A6 is #408D59. Grayscale: #8E8E8E. Windows color (decimal): -4230490 or 10908351. OLE color: 10908351.

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

Color convert

RGB 191 114 166 -
CMYK 0 0.40 0.13 0.25
HSL 319.48º 0.38% 0.6% -
HSV(B) 319.48º 0.4% 0.75% -
XYZ 34.39 25.86 39.26 -
YUV 142.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 191 114 166 0 0.40 0.13 0.25 319.48 0.38 0.6
Hex BF 72 A6 0 28 D 19 13F 26 3C
Octal 277 162 246 0 50 15 31 477 46 74
Binary 10111111 1110010 10100110 0 101000 1101 11001 100111111 100110 111100

Color Harmonies of #BF72A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF72A6

Black with #BF72A6

Text Example


Text Example

White with #BF72A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF72A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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