#BF6992

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

Shades of Hopbush #BF6992

Tints of Hopbush #BF6992

Color information

#BF6992 (or 0xBF6992) is unknown color: approx Hopbush. HEX triplet: BF, 69 and 92. RGB value is (191,105,146). Sum of RGB (Red+Green+Blue) = 191+105+146=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6992 is #40966D. Grayscale: #878787. Windows color (decimal): -4232814 or 9595327. OLE color: 9595327.

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

Color convert

RGB191105146-
CMYK00.450.240.25
HSL331.4º40.19%58.04%-
HSV(B)331.4º45.03%74.9%-
XYZ31.7323.2530.01-
YUV135.39133.99167.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=43.21%
G=23.76%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110514600.450.240.25331.440.1958.04
HexBF699202D181914b283a
Octal27715122205530315135072
Binary1011111111010011001001001011011100011001101001011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6992; }

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

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

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

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

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

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

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

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