#BF6372

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

Shades of Cabaret #BF6372

Tints of Cabaret #BF6372

Color information

#BF6372 (or 0xBF6372) is unknown color: approx Cabaret. HEX triplet: BF, 63 and 72. RGB value is (191,99,114). Sum of RGB (Red+Green+Blue) = 191+99+114=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6372 is #409C8D. Grayscale: #808080. Windows color (decimal): -4234382 or 7496639. OLE color: 7496639.

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

Color convert

RGB19199114-
CMYK00.480.400.25
HSL350.22º41.82%56.86%-
HSV(B)350.22º48.17%74.9%-
XYZ28.9821.2118.49-
YUV128.22119.98172.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=47.28%
G=24.50%
B=28.22%

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
Decimal1919911400.480.400.25350.2241.8256.86
HexBF6372030281915e2a39
Octal27714316206050315365271
Binary1011111111000111110010011000010100011001101011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6372; }

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

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

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

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

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

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

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

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