Html Css Color HEX #BF7CA6 Bouquet

📋 copy color: '#BF7CA6'

red 191 ◦ green 124 ◦ blue 166

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

Shades of Bouquet #BF7CA6

Tints of Bouquet #BF7CA6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

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

R = 39.71%
G = 25.78%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF7CA6 (or 0xBF7CA6) is known color: Bouquet. HEX triplet: BF, 7C and A6. RGB value is (191,124,166). Sum of RGB (Red+Green+Blue) = 191+124+166=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7CA6 is #408359. Grayscale: #949494. Windows color (decimal): -4227930 or 10910911. OLE color: 10910911.

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

Color convert

RGB 191 124 166 -
CMYK 0 0.35 0.13 0.25
HSL 322.39º 0.34% 0.62% -
HSV(B) 322.39º 0.35% 0.75% -
XYZ 35.58 28.24 39.65 -
YUV 148.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 191 124 166 0 0.35 0.13 0.25 322.39 0.34 0.62
Hex BF 7C A6 0 23 D 19 142 22 3E
Octal 277 174 246 0 43 15 31 502 42 76
Binary 10111111 1111100 10100110 0 100011 1101 11001 101000010 100010 111110

Color Harmonies of #BF7CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CA6

Black with #BF7CA6

Text Example


Text Example

White with #BF7CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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