#BF709C

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

Shades of Hopbush #BF709C

Tints of Hopbush #BF709C

Color information

#BF709C (or 0xBF709C) is unknown color: approx Hopbush. HEX triplet: BF, 70 and 9C. RGB value is (191,112,156). Sum of RGB (Red+Green+Blue) = 191+112+156=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF709C is #408F63. Grayscale: #8C8C8C. Windows color (decimal): -4231012 or 10252479. OLE color: 10252479.

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

Color convert

RGB191112156-
CMYK00.410.180.25
HSL326.58º38.16%59.41%-
HSV(B)326.58º41.36%74.9%-
XYZ33.2825.0734.54-
YUV140.64136.67163.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=41.61%
G=24.40%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111215600.410.180.25326.5838.1659.41
HexBF709C0291219147263b
Octal27716023405122315074673
Binary1011111111100001001110001010011001011001101000111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF709C; }

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

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

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

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

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

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

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

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