#BF636B

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

Shades of Cabaret #BF636B

Tints of Cabaret #BF636B

Color information

#BF636B (or 0xBF636B) is unknown color: approx Cabaret. HEX triplet: BF, 63 and 6B. RGB value is (191,99,107). Sum of RGB (Red+Green+Blue) = 191+99+107=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF636B is #409C94. Grayscale: #7F7F7F. Windows color (decimal): -4234389 or 7037887. OLE color: 7037887.

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

Color convert

RGB19199107-
CMYK00.480.440.25
HSL354.78º41.82%56.86%-
HSV(B)354.78º48.17%74.9%-
XYZ28.621.0616.47-
YUV127.42116.48173.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=48.11%
G=24.94%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919910700.480.440.25354.7841.8256.86
HexBF636B0302C191632a39
Octal27714315306054315435271
Binary1011111111000111101011011000010110011001101100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF636B; }

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

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

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

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

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

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

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

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