#BF6C96

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

Shades of Hopbush #BF6C96

Tints of Hopbush #BF6C96

Color information

#BF6C96 (or 0xBF6C96) is unknown color: approx Hopbush. HEX triplet: BF, 6C and 96. RGB value is (191,108,150). Sum of RGB (Red+Green+Blue) = 191+108+150=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6C96 is #409369. Grayscale: #898989. Windows color (decimal): -4232042 or 9858239. OLE color: 9858239.

HSL color Cylindrical-coordinate representation of color #BF6C96: hue angle of 329.64º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6C96 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB191108150-
CMYK00.430.210.25
HSL329.64º39.34%58.63%-
HSV(B)329.64º43.46%74.9%-
XYZ32.352431.78-
YUV137.6135166.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=42.54%
G=24.05%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110815000.430.210.25329.6439.3458.63
HexBF6C9602B151914a273b
Octal27715422605325315124773
Binary1011111111011001001011001010111010111001101001010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C96; }

 p { color: rgb(191,108,150); }

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

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

 a { background-color: rgb(191,108,150); }

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

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

 span { border-color: rgb(191,108,150); }

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