#BF678B

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

Shades of Hopbush #BF678B

Tints of Hopbush #BF678B

Color information

#BF678B (or 0xBF678B) is unknown color: approx Hopbush. HEX triplet: BF, 67 and 8B. RGB value is (191,103,139). Sum of RGB (Red+Green+Blue) = 191+103+139=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF678B is #409874. Grayscale: #858585. Windows color (decimal): -4233333 or 9136063. OLE color: 9136063.

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

Color convert

RGB191103139-
CMYK00.460.270.25
HSL335.45º40.74%57.65%-
HSV(B)335.45º46.07%74.9%-
XYZ3122.6427.16-
YUV133.42131.15169.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=44.11%
G=23.79%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110313900.460.270.25335.4540.7457.65
HexBF678B02E1B1914f293a
Octal27714721305633315175172
Binary1011111111001111000101101011101101111001101001111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF678B; }

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

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

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

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

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

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

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

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