#BF6C8F

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

Shades of Hopbush #BF6C8F

Tints of Hopbush #BF6C8F

Color information

#BF6C8F (or 0xBF6C8F) is unknown color: approx Hopbush. HEX triplet: BF, 6C and 8F. RGB value is (191,108,143). Sum of RGB (Red+Green+Blue) = 191+108+143=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6C8F is #409370. Grayscale: #888888. Windows color (decimal): -4232049 or 9399487. OLE color: 9399487.

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

Color convert

RGB191108143-
CMYK00.430.250.25
HSL334.7º39.34%58.63%-
HSV(B)334.7º43.46%74.9%-
XYZ31.8123.7828.9-
YUV136.81131.5166.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=43.21%
G=24.43%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110814300.430.250.25334.739.3458.63
HexBF6C8F02B191914f273b
Octal27715421705331315174773
Binary1011111111011001000111101010111100111001101001111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C8F; }

 p { color: rgb(191,108,143); }

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

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

 a { background-color: rgb(191,108,143); }

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

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

 span { border-color: rgb(191,108,143); }

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