#BF679D

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

Shades of Hopbush #BF679D

Tints of Hopbush #BF679D

Color information

#BF679D (or 0xBF679D) is unknown color: approx Hopbush. HEX triplet: BF, 67 and 9D. RGB value is (191,103,157). Sum of RGB (Red+Green+Blue) = 191+103+157=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF679D is #409862. Grayscale: #878787. Windows color (decimal): -4233315 or 10315711. OLE color: 10315711.

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

Color convert

RGB191103157-
CMYK00.460.180.25
HSL323.18º40.74%57.65%-
HSV(B)323.18º46.07%74.9%-
XYZ32.4223.2134.67-
YUV135.47140.15167.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=42.35%
G=22.84%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110315700.460.180.25323.1840.7457.65
HexBF679D02E1219143293a
Octal27714723505622315035172
Binary1011111111001111001110101011101001011001101000011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF679D; }

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

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

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

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

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

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

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

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