#BF608A

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

Shades of Hopbush #BF608A

Tints of Hopbush #BF608A

Color information

#BF608A (or 0xBF608A) is unknown color: approx Hopbush. HEX triplet: BF, 60 and 8A. RGB value is (191,96,138). Sum of RGB (Red+Green+Blue) = 191+96+138=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF608A is #409F75. Grayscale: #818181. Windows color (decimal): -4235126 or 9068735. OLE color: 9068735.

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

Color convert

RGB19196138-
CMYK00.500.280.25
HSL333.47º42.6%56.27%-
HSV(B)333.47º49.74%74.9%-
XYZ30.2621.2826.56-
YUV129.19132.97172.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=44.94%
G=22.59%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919613800.500.280.25333.4742.656.27
HexBF608A0321C1914d2b38
Octal27714021206234315155370
Binary1011111111000001000101001100101110011001101001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF608A; }

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

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

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

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

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

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

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

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