#BF6369

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

Shades of Cabaret #BF6369

Tints of Cabaret #BF6369

Color information

#BF6369 (or 0xBF6369) is unknown color: approx Cabaret. HEX triplet: BF, 63 and 69. RGB value is (191,99,105). Sum of RGB (Red+Green+Blue) = 191+99+105=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6369 is #409C96. Grayscale: #7F7F7F. Windows color (decimal): -4234391 or 6906815. OLE color: 6906815.

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

Color convert

RGB19199105-
CMYK00.480.450.25
HSL356.09º41.82%56.86%-
HSV(B)356.09º48.17%74.9%-
XYZ28.521.0215.92-
YUV127.19115.48173.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=48.35%
G=25.06%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919910500.480.450.25356.0941.8256.86
HexBF63690302D191642a39
Octal27714315106055315445271
Binary1011111111000111101001011000010110111001101100100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6369; }

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

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

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

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

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

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

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

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