Html Css Color HEX #BF74AC Bouquet

📋 copy color: '#BF74AC'

red 191 ◦ green 116 ◦ blue 172

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

Shades of Bouquet #BF74AC

Tints of Bouquet #BF74AC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.22%

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

R = 39.87%
G = 24.22%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF74AC (or 0xBF74AC) is known color: Bouquet. HEX triplet: BF, 74 and AC. RGB value is (191,116,172). Sum of RGB (Red+Green+Blue) = 191+116+172=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74AC is #408B53. Grayscale: #909090. Windows color (decimal): -4229972 or 11302079. OLE color: 11302079.

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

Color convert

RGB 191 116 172 -
CMYK 0 0.39 0.10 0.25
HSL 315.2º 0.37% 0.6% -
HSV(B) 315.2º 0.39% 0.75% -
XYZ 35.18 26.55 42.3 -
YUV 144.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 191 116 172 0 0.39 0.10 0.25 315.2 0.37 0.6
Hex BF 74 AC 0 27 A 19 13B 25 3C
Octal 277 164 254 0 47 12 31 473 45 74
Binary 10111111 1110100 10101100 0 100111 1010 11001 100111011 100101 111100

Color Harmonies of #BF74AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74AC

Black with #BF74AC

Text Example


Text Example

White with #BF74AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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