#BF646F

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

Shades of Cabaret #BF646F

Tints of Cabaret #BF646F

Color information

#BF646F (or 0xBF646F) is unknown color: approx Cabaret. HEX triplet: BF, 64 and 6F. RGB value is (191,100,111). Sum of RGB (Red+Green+Blue) = 191+100+111=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF646F is #409B90. Grayscale: #808080. Windows color (decimal): -4234129 or 7300287. OLE color: 7300287.

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

Color convert

RGB191100111-
CMYK00.480.420.25
HSL352.75º41.55%57.06%-
HSV(B)352.75º47.64%74.9%-
XYZ28.9121.3417.63-
YUV128.46118.15172.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 111 (43.75% from 255) = 27.61%
R=47.51%
G=24.88%
B=27.61%

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
Decimal19110011100.480.420.25352.7541.5557.06
HexBF646F0302A191612a39
Octal27714415706052315415271
Binary1011111111001001101111011000010101011001101100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF646F; }

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

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

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

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

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

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

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

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