#BF608B

Color #BF608B Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BF608B

Tints of Hopbush #BF608B

Color information

#BF608B (or 0xBF608B) is unknown color: approx Hopbush. HEX triplet: BF, 60 and 8B. RGB value is (191,96,139). Sum of RGB (Red+Green+Blue) = 191+96+139=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF608B is #409F74. Grayscale: #818181. Windows color (decimal): -4235125 or 9134271. OLE color: 9134271.

HSL color Cylindrical-coordinate representation of color #BF608B: hue angle of 332.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF608B is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19196139-
CMYK00.500.270.25
HSL332.84º42.6%56.27%-
HSV(B)332.84º49.74%74.9%-
XYZ30.3321.3126.94-
YUV129.31133.47172-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=44.84%
G=22.54%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919613900.500.270.25332.8442.656.27
HexBF608B0321B1914d2b38
Octal27714021306233315155370
Binary1011111111000001000101101100101101111001101001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF608B; }

 p { color: rgb(191,96,139); }

 H1.HeaderClassName
 {
   color: #BF608B;
 }
 .AnyTagClassName
 {
   color: #BF608B;
 }
</style>
background-color css

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

 a { background-color: rgb(191,96,139); }

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

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

 span { border-color: rgb(191,96,139); }

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