Html Css Color HEX #BF76A5 Bouquet

📋 copy color: '#BF76A5'

red 191 ◦ green 118 ◦ blue 165

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

Shades of Bouquet #BF76A5

Tints of Bouquet #BF76A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 40.3%
G = 24.89%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF76A5 (or 0xBF76A5) is known color: Bouquet. HEX triplet: BF, 76 and A5. RGB value is (191,118,165). Sum of RGB (Red+Green+Blue) = 191+118+165=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF76A5 is #40895A. Grayscale: #919191. Windows color (decimal): -4229467 or 10843839. OLE color: 10843839.

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

Color convert

RGB 191 118 165 -
CMYK 0 0.38 0.14 0.25
HSL 321.37º 0.36% 0.61% -
HSV(B) 321.37º 0.38% 0.75% -
XYZ 34.76 26.75 38.93 -
YUV 145.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 191 118 165 0 0.38 0.14 0.25 321.37 0.36 0.61
Hex BF 76 A5 0 26 E 19 141 24 3D
Octal 277 166 245 0 46 16 31 501 44 75
Binary 10111111 1110110 10100101 0 100110 1110 11001 101000001 100100 111101

Color Harmonies of #BF76A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76A5

Black with #BF76A5

Text Example


Text Example

White with #BF76A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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