#BF658B

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

Shades of Hopbush #BF658B

Tints of Hopbush #BF658B

Color information

#BF658B (or 0xBF658B) is unknown color: approx Hopbush. HEX triplet: BF, 65 and 8B. RGB value is (191,101,139). Sum of RGB (Red+Green+Blue) = 191+101+139=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF658B is #409A74. Grayscale: #848484. Windows color (decimal): -4233845 or 9135551. OLE color: 9135551.

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

Color convert

RGB191101139-
CMYK00.470.270.25
HSL334.67º41.28%57.25%-
HSV(B)334.67º47.12%74.9%-
XYZ30.822.2527.1-
YUV132.24131.82169.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=44.32%
G=23.43%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110113900.470.270.25334.6741.2857.25
HexBF658B02F1B1914f2939
Octal27714521305733315175171
Binary1011111111001011000101101011111101111001101001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF658B; }

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

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

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

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

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

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

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

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