#BF6288

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

Shades of Hopbush #BF6288

Tints of Hopbush #BF6288

Color information

#BF6288 (or 0xBF6288) is unknown color: approx Hopbush. HEX triplet: BF, 62 and 88. RGB value is (191,98,136). Sum of RGB (Red+Green+Blue) = 191+98+136=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6288 is #409D77. Grayscale: #828282. Windows color (decimal): -4234616 or 8938175. OLE color: 8938175.

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

Color convert

RGB19198136-
CMYK00.490.290.25
HSL335.48º42.08%56.67%-
HSV(B)335.48º48.69%74.9%-
XYZ30.321.5925.86-
YUV130.14131.31171.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 136 (53.52% from 255) = 32%
R=44.94%
G=23.06%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919813600.490.290.25335.4842.0856.67
HexBF62880311D1914f2a39
Octal27714221006135315175271
Binary1011111111000101000100001100011110111001101001111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6288; }

 p { color: rgb(191,98,136); }

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

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

 a { background-color: rgb(191,98,136); }

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

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

 span { border-color: rgb(191,98,136); }

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