#BF6996

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

Shades of Hopbush #BF6996

Tints of Hopbush #BF6996

Color information

#BF6996 (or 0xBF6996) is unknown color: approx Hopbush. HEX triplet: BF, 69 and 96. RGB value is (191,105,150). Sum of RGB (Red+Green+Blue) = 191+105+150=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6996 is #409669. Grayscale: #878787. Windows color (decimal): -4232810 or 9857471. OLE color: 9857471.

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

Color convert

RGB191105150-
CMYK00.450.210.25
HSL328.6º40.19%58.04%-
HSV(B)328.6º45.03%74.9%-
XYZ32.0423.3831.68-
YUV135.84135.99167.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 150 (58.98% from 255) = 33.63%
R=42.83%
G=23.54%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110515000.450.210.25328.640.1958.04
HexBF699602D1519149283a
Octal27715122605525315115072
Binary1011111111010011001011001011011010111001101001001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6996; }

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

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

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

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

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

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

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

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