#BF6170

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

Shades of Cabaret #BF6170

Tints of Cabaret #BF6170

Color information

#BF6170 (or 0xBF6170) is unknown color: approx Cabaret. HEX triplet: BF, 61 and 70. RGB value is (191,97,112). Sum of RGB (Red+Green+Blue) = 191+97+112=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6170 is #409E8F. Grayscale: #7E7E7E. Windows color (decimal): -4234896 or 7365055. OLE color: 7365055.

HSL color Cylindrical-coordinate representation of color #BF6170: hue angle of 350.43º 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 #BF6170 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19197112-
CMYK00.490.410.25
HSL350.43º42.34%56.47%-
HSV(B)350.43º49.21%74.9%-
XYZ28.6920.817.83-
YUV126.82119.64173.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 112 (44.14% from 255) = 28%
R=47.75%
G=24.25%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919711200.490.410.25350.4342.3456.47
HexBF6170031291915e2a38
Octal27714116006151315365270
Binary1011111111000011110000011000110100111001101011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6170; }

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

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

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

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

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

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

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

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