#BF656B

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

Shades of Cabaret #BF656B

Tints of Cabaret #BF656B

Color information

#BF656B (or 0xBF656B) is unknown color: approx Cabaret. HEX triplet: BF, 65 and 6B. RGB value is (191,101,107). Sum of RGB (Red+Green+Blue) = 191+101+107=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF656B is #409A94. Grayscale: #808080. Windows color (decimal): -4233877 or 7038399. OLE color: 7038399.

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

Color convert

RGB191101107-
CMYK00.470.440.25
HSL356º41.28%57.25%-
HSV(B)356º47.12%74.9%-
XYZ28.7921.4516.53-
YUV128.59115.82172.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=47.87%
G=25.31%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110110700.470.440.2535641.2857.25
HexBF656B02F2C191642939
Octal27714515305754315445171
Binary1011111111001011101011010111110110011001101100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF656B; }

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

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

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

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

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

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

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

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