Html Css Color HEX #BF71A5 Bouquet

📋 copy color: '#BF71A5'

red 191 ◦ green 113 ◦ blue 165

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

Shades of Bouquet #BF71A5

Tints of Bouquet #BF71A5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.09%

 BLUE value IS 165 (64.84% from 255) = 35.18%

R = 40.72%
G = 24.09%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF71A5 (or 0xBF71A5) is known color: Bouquet. HEX triplet: BF, 71 and A5. RGB value is (191,113,165). Sum of RGB (Red+Green+Blue) = 191+113+165=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71A5 is #408E5A. Grayscale: #8E8E8E. Windows color (decimal): -4230747 or 10842559. OLE color: 10842559.

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

Color convert

RGB 191 113 165 -
CMYK 0 0.41 0.14 0.25
HSL 320º 0.38% 0.6% -
HSV(B) 320º 0.41% 0.75% -
XYZ 34.18 25.6 38.74 -
YUV 142.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 191 113 165 0 0.41 0.14 0.25 320 0.38 0.6
Hex BF 71 A5 0 29 E 19 140 26 3C
Octal 277 161 245 0 51 16 31 500 46 74
Binary 10111111 1110001 10100101 0 101001 1110 11001 101000000 100110 111100

Color Harmonies of #BF71A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71A5

Black with #BF71A5

Text Example


Text Example

White with #BF71A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71A5; }

 p { color: rgb(191,113,165); }

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

background-color css

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

 a { background-color: rgb(191,113,165); }

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

border-color css

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

 span { border-color: rgb(191,113,165); }

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