#BF606E

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

Shades of Cabaret #BF606E

Tints of Cabaret #BF606E

Color information

#BF606E (or 0xBF606E) is unknown color: approx Cabaret. HEX triplet: BF, 60 and 6E. RGB value is (191,96,110). Sum of RGB (Red+Green+Blue) = 191+96+110=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF606E is #409F91. Grayscale: #7E7E7E. Windows color (decimal): -4235154 or 7233727. OLE color: 7233727.

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

Color convert

RGB19196110-
CMYK00.500.420.25
HSL351.16º42.6%56.27%-
HSV(B)351.16º49.74%74.9%-
XYZ28.4820.5717.22-
YUV126118.97174.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=48.11%
G=24.18%
B=27.71%

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
Decimal1919611000.500.420.25351.1642.656.27
HexBF606E0322A1915f2b38
Octal27714015606252315375370
Binary1011111111000001101110011001010101011001101011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF606E; }

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

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

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

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

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

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

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

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