#BF606F

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

Shades of Cabaret #BF606F

Tints of Cabaret #BF606F

Color information

#BF606F (or 0xBF606F) is unknown color: approx Cabaret. HEX triplet: BF, 60 and 6F. RGB value is (191,96,111). Sum of RGB (Red+Green+Blue) = 191+96+111=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF606F is #409F90. Grayscale: #7E7E7E. Windows color (decimal): -4235153 or 7299263. OLE color: 7299263.

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

Color convert

RGB19196111-
CMYK00.500.420.25
HSL350.53º42.6%56.27%-
HSV(B)350.53º49.74%74.9%-
XYZ28.5420.5917.51-
YUV126.11119.47174.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=47.99%
G=24.12%
B=27.89%

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
Decimal1919611100.500.420.25350.5342.656.27
HexBF606F0322A1915f2b38
Octal27714015706252315375370
Binary1011111111000001101111011001010101011001101011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF606F; }

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

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

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

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

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

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

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

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