Html Css Color HEX #BF76A8 Bouquet

📋 copy color: '#BF76A8'

red 191 ◦ green 118 ◦ blue 168

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

Shades of Bouquet #BF76A8

Tints of Bouquet #BF76A8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

 BLUE value IS 168 (66.02% from 255) = 35.22%

R = 40.04%
G = 24.74%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF76A8 (or 0xBF76A8) is known color: Bouquet. HEX triplet: BF, 76 and A8. RGB value is (191,118,168). Sum of RGB (Red+Green+Blue) = 191+118+168=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF76A8 is #408957. Grayscale: #919191. Windows color (decimal): -4229464 or 11040447. OLE color: 11040447.

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

Color convert

RGB 191 118 168 -
CMYK 0 0.38 0.12 0.25
HSL 318.9º 0.36% 0.61% -
HSV(B) 318.9º 0.38% 0.75% -
XYZ 35.03 26.86 40.38 -
YUV 145.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 191 118 168 0 0.38 0.12 0.25 318.9 0.36 0.61
Hex BF 76 A8 0 26 C 19 13F 24 3D
Octal 277 166 250 0 46 14 31 477 44 75
Binary 10111111 1110110 10101000 0 100110 1100 11001 100111111 100100 111101

Color Harmonies of #BF76A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76A8

Black with #BF76A8

Text Example


Text Example

White with #BF76A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76A8; }

 p { color: rgb(191,118,168); }

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

background-color css

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

 a { background-color: rgb(191,118,168); }

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

border-color css

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

 span { border-color: rgb(191,118,168); }

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