#BF768F

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

Shades of Hopbush #BF768F

Tints of Hopbush #BF768F

Color information

#BF768F (or 0xBF768F) is unknown color: approx Hopbush. HEX triplet: BF, 76 and 8F. RGB value is (191,118,143). Sum of RGB (Red+Green+Blue) = 191+118+143=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF768F is #408970. Grayscale: #8E8E8E. Windows color (decimal): -4229489 or 9402047. OLE color: 9402047.

HSL color Cylindrical-coordinate representation of color #BF768F: hue angle of 339.45º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF768F is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191118143-
CMYK00.380.250.25
HSL339.45º36.32%60.59%-
HSV(B)339.45º38.22%74.9%-
XYZ32.9226.0229.27-
YUV142.68128.18162.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=42.26%
G=26.11%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111814300.380.250.25339.4536.3260.59
HexBF768F0261919153243d
Octal27716621704631315234475
Binary1011111111101101000111101001101100111001101010011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF768F; }

 p { color: rgb(191,118,143); }

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

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

 a { background-color: rgb(191,118,143); }

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

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

 span { border-color: rgb(191,118,143); }

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