#BF76B6

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

Shades of London Hue #BF76B6

Tints of London Hue #BF76B6

Color information

#BF76B6 (or 0xBF76B6) is unknown color: approx London Hue. HEX triplet: BF, 76 and B6. RGB value is (191,118,182). Sum of RGB (Red+Green+Blue) = 191+118+182=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76B6 is #408949. Grayscale: #929292. Windows color (decimal): -4229450 or 11957951. OLE color: 11957951.

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

Color convert

RGB191118182-
CMYK00.380.050.25
HSL307.4º36.32%60.59%-
HSV(B)307.4º38.22%74.9%-
XYZ36.4127.4147.63-
YUV147.12147.68159.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=38.90%
G=24.03%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111818200.380.050.25307.436.3260.59
HexBF76B6026519133243d
Octal2771662660465314634475
Binary10111111111011010110110010011010111001100110011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76B6; }

 p { color: rgb(191,118,182); }

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

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

 a { background-color: rgb(191,118,182); }

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

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

 span { border-color: rgb(191,118,182); }

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