#BF676C

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

Shades of Cabaret #BF676C

Tints of Cabaret #BF676C

Color information

#BF676C (or 0xBF676C) is unknown color: approx Cabaret. HEX triplet: BF, 67 and 6C. RGB value is (191,103,108). Sum of RGB (Red+Green+Blue) = 191+103+108=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF676C is #409893. Grayscale: #818181. Windows color (decimal): -4233364 or 7104447. OLE color: 7104447.

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

Color convert

RGB191103108-
CMYK00.460.430.25
HSL356.59º40.74%57.65%-
HSV(B)356.59º46.07%74.9%-
XYZ29.0421.8616.88-
YUV129.88115.65171.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=47.51%
G=25.62%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110310800.460.430.25356.5940.7457.65
HexBF676C02E2B19165293a
Octal27714715405653315455172
Binary1011111111001111101100010111010101111001101100101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF676C; }

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

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

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

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

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

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

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

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