#BF648C

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

Shades of Hopbush #BF648C

Tints of Hopbush #BF648C

Color information

#BF648C (or 0xBF648C) is unknown color: approx Hopbush. HEX triplet: BF, 64 and 8C. RGB value is (191,100,140). Sum of RGB (Red+Green+Blue) = 191+100+140=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF648C is #409B73. Grayscale: #838383. Windows color (decimal): -4234100 or 9200831. OLE color: 9200831.

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

Color convert

RGB191100140-
CMYK00.480.270.25
HSL333.63º41.55%57.06%-
HSV(B)333.63º47.64%74.9%-
XYZ30.7822.0827.45-
YUV131.77132.65170.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=44.32%
G=23.20%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110014000.480.270.25333.6341.5557.06
HexBF648C0301B1914e2a39
Octal27714421406033315165271
Binary1011111111001001000110001100001101111001101001110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF648C; }

 p { color: rgb(191,100,140); }

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

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

 a { background-color: rgb(191,100,140); }

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

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

 span { border-color: rgb(191,100,140); }

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