Html Css Color HEX #BF79A5 Bouquet

📋 copy color: '#BF79A5'

red 191 ◦ green 121 ◦ blue 165

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

Shades of Bouquet #BF79A5

Tints of Bouquet #BF79A5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.37%

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

R = 40.04%
G = 25.37%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF79A5 (or 0xBF79A5) is known color: Bouquet. HEX triplet: BF, 79 and A5. RGB value is (191,121,165). Sum of RGB (Red+Green+Blue) = 191+121+165=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF79A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF79A5 is #40865A. Grayscale: #929292. Windows color (decimal): -4228699 or 10844607. OLE color: 10844607.

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

Color convert

RGB 191 121 165 -
CMYK 0 0.37 0.14 0.25
HSL 322.29º 0.35% 0.61% -
HSV(B) 322.29º 0.37% 0.75% -
XYZ 35.11 27.47 39.05 -
YUV 146.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 191 121 165 0 0.37 0.14 0.25 322.29 0.35 0.61
Hex BF 79 A5 0 25 E 19 142 23 3D
Octal 277 171 245 0 45 16 31 502 43 75
Binary 10111111 1111001 10100101 0 100101 1110 11001 101000010 100011 111101

Color Harmonies of #BF79A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF79A5

Black with #BF79A5

Text Example


Text Example

White with #BF79A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF79A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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