Html Css Color HEX #BF7BA0 Bouquet

📋 copy color: '#BF7BA0'

red 191 ◦ green 123 ◦ blue 160

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

Shades of Bouquet #BF7BA0

Tints of Bouquet #BF7BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 40.3%
G = 25.95%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF7BA0 (or 0xBF7BA0) is known color: Bouquet. HEX triplet: BF, 7B and A0. RGB value is (191,123,160). Sum of RGB (Red+Green+Blue) = 191+123+160=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7BA0 is #40845F. Grayscale: #939393. Windows color (decimal): -4228192 or 10517439. OLE color: 10517439.

HSL color Cylindrical-coordinate representation of color #BF7BA0: hue angle of 327.35º 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 #BF7BA0 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 123 160 -
CMYK 0 0.36 0.16 0.25
HSL 327.35º 0.35% 0.62% -
HSV(B) 327.35º 0.36% 0.75% -
XYZ 34.91 27.78 36.78 -
YUV 147.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 191 123 160 0 0.36 0.16 0.25 327.35 0.35 0.62
Hex BF 7B A0 0 24 10 19 147 23 3E
Octal 277 173 240 0 44 20 31 507 43 76
Binary 10111111 1111011 10100000 0 100100 10000 11001 101000111 100011 111110

Color Harmonies of #BF7BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BA0

Black with #BF7BA0

Text Example


Text Example

White with #BF7BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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