Html Css Color HEX #BF749D Hopbush

📋 copy color: '#BF749D'

red 191 ◦ green 116 ◦ blue 157

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

Shades of Hopbush #BF749D

Tints of Hopbush #BF749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.84%

R = 41.16%
G = 25%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF749D (or 0xBF749D) is known color: Hopbush. HEX triplet: BF, 74 and 9D. RGB value is (191,116,157). Sum of RGB (Red+Green+Blue) = 191+116+157=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF749D is #408B62. Grayscale: #8F8F8F. Windows color (decimal): -4229987 or 10319039. OLE color: 10319039.

HSL color Cylindrical-coordinate representation of color #BF749D: hue angle of 327.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 #BF749D is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 116 157 -
CMYK 0 0.39 0.18 0.25
HSL 327.2º 0.37% 0.6% -
HSV(B) 327.2º 0.39% 0.75% -
XYZ 33.82 26 35.13 -
YUV 143.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 191 116 157 0 0.39 0.18 0.25 327.2 0.37 0.6
Hex BF 74 9D 0 27 12 19 147 25 3C
Octal 277 164 235 0 47 22 31 507 45 74
Binary 10111111 1110100 10011101 0 100111 10010 11001 101000111 100101 111100

Color Harmonies of #BF749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF749D

Black with #BF749D

Text Example


Text Example

White with #BF749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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