#BF636C

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

Shades of Cabaret #BF636C

Tints of Cabaret #BF636C

Color information

#BF636C (or 0xBF636C) is unknown color: approx Cabaret. HEX triplet: BF, 63 and 6C. RGB value is (191,99,108). Sum of RGB (Red+Green+Blue) = 191+99+108=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF636C is #409C93. Grayscale: #7F7F7F. Windows color (decimal): -4234388 or 7103423. OLE color: 7103423.

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

Color convert

RGB19199108-
CMYK00.480.430.25
HSL354.13º41.82%56.86%-
HSV(B)354.13º48.17%74.9%-
XYZ28.6521.0816.75-
YUV127.53116.98173.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=47.99%
G=24.87%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919910800.480.430.25354.1341.8256.86
HexBF636C0302B191622a39
Octal27714315406053315425271
Binary1011111111000111101100011000010101111001101100010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF636C; }

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

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

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

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

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

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

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

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