Html Css Color HEX #BF7590 Hopbush

📋 copy color: '#BF7590'

red 191 ◦ green 117 ◦ blue 144

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

Shades of Hopbush #BF7590

Tints of Hopbush #BF7590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 42.26%
G = 25.88%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF7590 (or 0xBF7590) is known color: Hopbush. HEX triplet: BF, 75 and 90. RGB value is (191,117,144). Sum of RGB (Red+Green+Blue) = 191+117+144=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7590 is #408A6F. Grayscale: #8E8E8E. Windows color (decimal): -4229744 or 9467327. OLE color: 9467327.

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

Color convert

RGB 191 117 144 -
CMYK 0 0.39 0.25 0.25
HSL 338.11º 0.37% 0.6% -
HSV(B) 338.11º 0.39% 0.75% -
XYZ 32.88 25.81 29.63 -
YUV 142.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 191 117 144 0 0.39 0.25 0.25 338.11 0.37 0.6
Hex BF 75 90 0 27 19 19 152 25 3C
Octal 277 165 220 0 47 31 31 522 45 74
Binary 10111111 1110101 10010000 0 100111 11001 11001 101010010 100101 111100

Color Harmonies of #BF7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7590

Black with #BF7590

Text Example


Text Example

White with #BF7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7590; }

 p { color: rgb(191,117,144); }

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

background-color css

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

 a { background-color: rgb(191,117,144); }

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

border-color css

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

 span { border-color: rgb(191,117,144); }

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