#BF6A8C

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

Shades of Hopbush #BF6A8C

Tints of Hopbush #BF6A8C

Color information

#BF6A8C (or 0xBF6A8C) is unknown color: approx Hopbush. HEX triplet: BF, 6A and 8C. RGB value is (191,106,140). Sum of RGB (Red+Green+Blue) = 191+106+140=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A8C is #409573. Grayscale: #878787. Windows color (decimal): -4232564 or 9202367. OLE color: 9202367.

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

Color convert

RGB191106140-
CMYK00.450.270.25
HSL336º39.91%58.24%-
HSV(B)336º44.5%74.9%-
XYZ31.3723.2827.65-
YUV135.29130.66167.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=43.71%
G=24.26%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110614000.450.270.2533639.9158.24
HexBF6A8C02D1B19150283a
Octal27715221405533315205072
Binary1011111111010101000110001011011101111001101010000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A8C; }

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

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

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

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

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

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

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

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