Html Css Color HEX #BF7BAC Bouquet

📋 copy color: '#BF7BAC'

red 191 ◦ green 123 ◦ blue 172

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

Shades of Bouquet #BF7BAC

Tints of Bouquet #BF7BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.31%

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

R = 39.3%
G = 25.31%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF7BAC (or 0xBF7BAC) is known color: Bouquet. HEX triplet: BF, 7B and AC. RGB value is (191,123,172). Sum of RGB (Red+Green+Blue) = 191+123+172=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7BAC is #408453. Grayscale: #949494. Windows color (decimal): -4228180 or 11303871. OLE color: 11303871.

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

Color convert

RGB 191 123 172 -
CMYK 0 0.36 0.10 0.25
HSL 316.76º 0.35% 0.62% -
HSV(B) 316.76º 0.36% 0.75% -
XYZ 36.02 28.22 42.58 -
YUV 148.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 191 123 172 0 0.36 0.10 0.25 316.76 0.35 0.62
Hex BF 7B AC 0 24 A 19 13D 23 3E
Octal 277 173 254 0 44 12 31 475 43 76
Binary 10111111 1111011 10101100 0 100100 1010 11001 100111101 100011 111110

Color Harmonies of #BF7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BAC

Black with #BF7BAC

Text Example


Text Example

White with #BF7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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