#BF6589

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

Shades of Hopbush #BF6589

Tints of Hopbush #BF6589

Color information

#BF6589 (or 0xBF6589) is unknown color: approx Hopbush. HEX triplet: BF, 65 and 89. RGB value is (191,101,137). Sum of RGB (Red+Green+Blue) = 191+101+137=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6589 is #409A76. Grayscale: #838383. Windows color (decimal): -4233847 or 9004479. OLE color: 9004479.

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

Color convert

RGB191101137-
CMYK00.470.280.25
HSL336º41.28%57.25%-
HSV(B)336º47.12%74.9%-
XYZ30.6522.1926.33-
YUV132.01130.82170.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 137 (53.91% from 255) = 31.93%
R=44.52%
G=23.54%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110113700.470.280.2533641.2857.25
HexBF658902F1C191502939
Octal27714521105734315205171
Binary1011111111001011000100101011111110011001101010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6589; }

 p { color: rgb(191,101,137); }

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

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

 a { background-color: rgb(191,101,137); }

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

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

 span { border-color: rgb(191,101,137); }

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