#BF666C

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

Shades of Cabaret #BF666C

Tints of Cabaret #BF666C

Color information

#BF666C (or 0xBF666C) is unknown color: approx Cabaret. HEX triplet: BF, 66 and 6C. RGB value is (191,102,108). Sum of RGB (Red+Green+Blue) = 191+102+108=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF666C is #409993. Grayscale: #818181. Windows color (decimal): -4233620 or 7104191. OLE color: 7104191.

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

Color convert

RGB191102108-
CMYK00.470.430.25
HSL355.96º41.01%57.45%-
HSV(B)355.96º46.6%74.9%-
XYZ28.9421.6616.84-
YUV129.29115.99172.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=47.63%
G=25.44%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110210800.470.430.25355.9641.0157.45
HexBF666C02F2B191642939
Octal27714615405753315445171
Binary1011111111001101101100010111110101111001101100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF666C; }

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

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

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

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

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

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

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

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