#BF719A

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

Shades of Hopbush #BF719A

Tints of Hopbush #BF719A

Color information

#BF719A (or 0xBF719A) is unknown color: approx Hopbush. HEX triplet: BF, 71 and 9A. RGB value is (191,113,154). Sum of RGB (Red+Green+Blue) = 191+113+154=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF719A is #408E65. Grayscale: #8C8C8C. Windows color (decimal): -4230758 or 10121663. OLE color: 10121663.

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

Color convert

RGB191113154-
CMYK00.410.190.25
HSL328.46º37.86%59.61%-
HSV(B)328.46º40.84%74.9%-
XYZ33.2225.2233.69-
YUV141135.34163.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=41.70%
G=24.67%
B=33.62%

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
Decimal19111315400.410.190.25328.4637.8659.61
HexBF719A0291319148263c
Octal27716123205123315104674
Binary1011111111100011001101001010011001111001101001000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF719A; }

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

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

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

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

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

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

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

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