#BF759B

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

Shades of Hopbush #BF759B

Tints of Hopbush #BF759B

Color information

#BF759B (or 0xBF759B) is unknown color: approx Hopbush. HEX triplet: BF, 75 and 9B. RGB value is (191,117,155). Sum of RGB (Red+Green+Blue) = 191+117+155=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF759B is #408A64. Grayscale: #8F8F8F. Windows color (decimal): -4229733 or 10188223. OLE color: 10188223.

HSL color Cylindrical-coordinate representation of color #BF759B: hue angle of 329.19º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF759B is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB191117155-
CMYK00.390.190.25
HSL329.19º36.63%60.39%-
HSV(B)329.19º38.74%74.9%-
XYZ33.7626.1734.28-
YUV143.46134.52161.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=41.25%
G=25.27%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111715500.390.190.25329.1936.6360.39
HexBF759B0271319149253c
Octal27716523304723315114574
Binary1011111111101011001101101001111001111001101001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF759B; }

 p { color: rgb(191,117,155); }

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

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

 a { background-color: rgb(191,117,155); }

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

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

 span { border-color: rgb(191,117,155); }

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