#BF6A9C

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

Shades of Hopbush #BF6A9C

Tints of Hopbush #BF6A9C

Color information

#BF6A9C (or 0xBF6A9C) is unknown color: approx Hopbush. HEX triplet: BF, 6A and 9C. RGB value is (191,106,156). Sum of RGB (Red+Green+Blue) = 191+106+156=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A9C is #409563. Grayscale: #898989. Windows color (decimal): -4232548 or 10250943. OLE color: 10250943.

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

Color convert

RGB191106156-
CMYK00.450.180.25
HSL324.71º39.91%58.24%-
HSV(B)324.71º44.5%74.9%-
XYZ32.6423.7834.32-
YUV137.11138.66166.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=42.16%
G=23.40%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110615600.450.180.25324.7139.9158.24
HexBF6A9C02D1219145283a
Octal27715223405522315055072
Binary1011111111010101001110001011011001011001101000101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A9C; }

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

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

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

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

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

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

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

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