#BF646E

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

Shades of Cabaret #BF646E

Tints of Cabaret #BF646E

Color information

#BF646E (or 0xBF646E) is unknown color: approx Cabaret. HEX triplet: BF, 64 and 6E. RGB value is (191,100,110). Sum of RGB (Red+Green+Blue) = 191+100+110=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF646E is #409B91. Grayscale: #808080. Windows color (decimal): -4234130 or 7234751. OLE color: 7234751.

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

Color convert

RGB191100110-
CMYK00.480.420.25
HSL353.41º41.55%57.06%-
HSV(B)353.41º47.64%74.9%-
XYZ28.8621.3217.35-
YUV128.35117.65172.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=47.63%
G=24.94%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110011000.480.420.25353.4141.5557.06
HexBF646E0302A191612a39
Octal27714415606052315415271
Binary1011111111001001101110011000010101011001101100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF646E; }

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

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

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

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

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

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

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

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