#BF709A

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

Shades of Hopbush #BF709A

Tints of Hopbush #BF709A

Color information

#BF709A (or 0xBF709A) is unknown color: approx Hopbush. HEX triplet: BF, 70 and 9A. RGB value is (191,112,154). Sum of RGB (Red+Green+Blue) = 191+112+154=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF709A is #408F65. Grayscale: #8C8C8C. Windows color (decimal): -4231014 or 10121407. OLE color: 10121407.

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

Color convert

RGB191112154-
CMYK00.410.190.25
HSL328.1º38.16%59.41%-
HSV(B)328.1º41.36%74.9%-
XYZ33.112533.65-
YUV140.41135.67164.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=41.79%
G=24.51%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111215400.410.190.25328.138.1659.41
HexBF709A0291319148263b
Octal27716023205123315104673
Binary1011111111100001001101001010011001111001101001000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF709A; }

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

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

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

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

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

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

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

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