#BF6373

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

Shades of Cabaret #BF6373

Tints of Cabaret #BF6373

Color information

#BF6373 (or 0xBF6373) is unknown color: approx Cabaret. HEX triplet: BF, 63 and 73. RGB value is (191,99,115). Sum of RGB (Red+Green+Blue) = 191+99+115=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6373 is #409C8C. Grayscale: #808080. Windows color (decimal): -4234381 or 7562175. OLE color: 7562175.

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

Color convert

RGB19199115-
CMYK00.480.400.25
HSL349.57º41.82%56.86%-
HSV(B)349.57º48.17%74.9%-
XYZ29.0421.2418.79-
YUV128.33120.48172.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=47.16%
G=24.44%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919911500.480.400.25349.5741.8256.86
HexBF6373030281915e2a39
Octal27714316306050315365271
Binary1011111111000111110011011000010100011001101011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6373; }

 p { color: rgb(191,99,115); }

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

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

 a { background-color: rgb(191,99,115); }

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

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

 span { border-color: rgb(191,99,115); }

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