Html Css Color HEX #BF77A3 Bouquet

📋 copy color: '#BF77A3'

red 191 ◦ green 119 ◦ blue 163

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

Shades of Bouquet #BF77A3

Tints of Bouquet #BF77A3

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.16%

 BLUE value IS 163 (64.06% from 255) = 34.46%

R = 40.38%
G = 25.16%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BF77A3 (or 0xBF77A3) is known color: Bouquet. HEX triplet: BF, 77 and A3. RGB value is (191,119,163). Sum of RGB (Red+Green+Blue) = 191+119+163=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF77A3 is #40885C. Grayscale: #919191. Windows color (decimal): -4229213 or 10713023. OLE color: 10713023.

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

Color convert

RGB 191 119 163 -
CMYK 0 0.38 0.15 0.25
HSL 323.33º 0.36% 0.61% -
HSV(B) 323.33º 0.38% 0.75% -
XYZ 34.69 26.91 38.02 -
YUV 145.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 191 119 163 0 0.38 0.15 0.25 323.33 0.36 0.61
Hex BF 77 A3 0 26 F 19 143 24 3D
Octal 277 167 243 0 46 17 31 503 44 75
Binary 10111111 1110111 10100011 0 100110 1111 11001 101000011 100100 111101

Color Harmonies of #BF77A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77A3

Black with #BF77A3

Text Example


Text Example

White with #BF77A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77A3; }

 p { color: rgb(191,119,163); }

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

background-color css

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

 a { background-color: rgb(191,119,163); }

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

border-color css

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

 span { border-color: rgb(191,119,163); }

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