#BF5F6F

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

Shades of Cabaret #BF5F6F

Tints of Cabaret #BF5F6F

Color information

#BF5F6F (or 0xBF5F6F) is unknown color: approx Cabaret. HEX triplet: BF, 5F and 6F. RGB value is (191,95,111). Sum of RGB (Red+Green+Blue) = 191+95+111=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5F6F is #40A090. Grayscale: #7D7D7D. Windows color (decimal): -4235409 or 7299007. OLE color: 7299007.

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

Color convert

RGB19195111-
CMYK00.500.420.25
HSL350º42.86%56.08%-
HSV(B)350º50.26%74.9%-
XYZ28.4520.4117.48-
YUV125.53119.8174.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=48.11%
G=23.93%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919511100.500.420.2535042.8656.08
HexBF5F6F0322A1915e2b38
Octal27713715706252315365370
Binary1011111110111111101111011001010101011001101011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F6F; }

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

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

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

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

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

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

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

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