#BF6174

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

Shades of Cabaret #BF6174

Tints of Cabaret #BF6174

Color information

#BF6174 (or 0xBF6174) is unknown color: approx Cabaret. HEX triplet: BF, 61 and 74. RGB value is (191,97,116). Sum of RGB (Red+Green+Blue) = 191+97+116=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6174 is #409E8B. Grayscale: #7F7F7F. Windows color (decimal): -4234892 or 7627199. OLE color: 7627199.

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

Color convert

RGB19197116-
CMYK00.490.390.25
HSL347.87º42.34%56.47%-
HSV(B)347.87º49.21%74.9%-
XYZ28.9120.8919.03-
YUV127.27121.64173.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 116 (45.70% from 255) = 28.71%
R=47.28%
G=24.01%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919711600.490.390.25347.8742.3456.47
HexBF6174031271915c2a38
Octal27714116406147315345270
Binary1011111111000011110100011000110011111001101011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6174; }

 p { color: rgb(191,97,116); }

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

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

 a { background-color: rgb(191,97,116); }

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

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

 span { border-color: rgb(191,97,116); }

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