#BF656E

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

Shades of Cabaret #BF656E

Tints of Cabaret #BF656E

Color information

#BF656E (or 0xBF656E) is unknown color: approx Cabaret. HEX triplet: BF, 65 and 6E. RGB value is (191,101,110). Sum of RGB (Red+Green+Blue) = 191+101+110=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF656E is #409A91. Grayscale: #808080. Windows color (decimal): -4233874 or 7235007. OLE color: 7235007.

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

Color convert

RGB191101110-
CMYK00.470.420.25
HSL354º41.28%57.25%-
HSV(B)354º47.12%74.9%-
XYZ28.9521.5117.38-
YUV128.94117.32172.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=47.51%
G=25.12%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110111000.470.420.2535441.2857.25
HexBF656E02F2A191622939
Octal27714515605752315425171
Binary1011111111001011101110010111110101011001101100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF656E; }

 p { color: rgb(191,101,110); }

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

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

 a { background-color: rgb(191,101,110); }

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

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

 span { border-color: rgb(191,101,110); }

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