#BF6F99

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

Shades of Hopbush #BF6F99

Tints of Hopbush #BF6F99

Color information

#BF6F99 (or 0xBF6F99) is unknown color: approx Hopbush. HEX triplet: BF, 6F and 99. RGB value is (191,111,153). Sum of RGB (Red+Green+Blue) = 191+111+153=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F99 is #409066. Grayscale: #8B8B8B. Windows color (decimal): -4231271 or 10055615. OLE color: 10055615.

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

Color convert

RGB191111153-
CMYK00.420.200.25
HSL328.5º38.46%59.22%-
HSV(B)328.5º41.88%74.9%-
XYZ32.9224.7533.18-
YUV139.71135.5164.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=41.98%
G=24.40%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111115300.420.200.25328.538.4659.22
HexBF6F9902A1419148263b
Octal27715723105224315104673
Binary1011111111011111001100101010101010011001101001000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F99; }

 p { color: rgb(191,111,153); }

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

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

 a { background-color: rgb(191,111,153); }

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

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

 span { border-color: rgb(191,111,153); }

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