#BF679C

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

Shades of Hopbush #BF679C

Tints of Hopbush #BF679C

Color information

#BF679C (or 0xBF679C) is unknown color: approx Hopbush. HEX triplet: BF, 67 and 9C. RGB value is (191,103,156). Sum of RGB (Red+Green+Blue) = 191+103+156=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF679C is #409863. Grayscale: #878787. Windows color (decimal): -4233316 or 10250175. OLE color: 10250175.

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

Color convert

RGB191103156-
CMYK00.460.180.25
HSL323.86º40.74%57.65%-
HSV(B)323.86º46.07%74.9%-
XYZ32.3423.1834.22-
YUV135.35139.65167.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=42.44%
G=22.89%
B=34.67%

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
Decimal19110315600.460.180.25323.8640.7457.65
HexBF679C02E1219144293a
Octal27714723405622315045172
Binary1011111111001111001110001011101001011001101000100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF679C; }

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

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

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

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

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

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

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

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