#BF678E

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

Shades of Hopbush #BF678E

Tints of Hopbush #BF678E

Color information

#BF678E (or 0xBF678E) is unknown color: approx Hopbush. HEX triplet: BF, 67 and 8E. RGB value is (191,103,142). Sum of RGB (Red+Green+Blue) = 191+103+142=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF678E is #409871. Grayscale: #858585. Windows color (decimal): -4233330 or 9332671. OLE color: 9332671.

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

Color convert

RGB191103142-
CMYK00.460.260.25
HSL333.41º40.74%57.65%-
HSV(B)333.41º46.07%74.9%-
XYZ31.2222.7328.33-
YUV133.76132.65168.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=43.81%
G=23.62%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110314200.460.260.25333.4140.7457.65
HexBF678E02E1A1914d293a
Octal27714721605632315155172
Binary1011111111001111000111001011101101011001101001101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF678E; }

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

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

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

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

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

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

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

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