#BF636E

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

Shades of Cabaret #BF636E

Tints of Cabaret #BF636E

Color information

#BF636E (or 0xBF636E) is unknown color: approx Cabaret. HEX triplet: BF, 63 and 6E. RGB value is (191,99,110). Sum of RGB (Red+Green+Blue) = 191+99+110=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF636E is #409C91. Grayscale: #7F7F7F. Windows color (decimal): -4234386 or 7234495. OLE color: 7234495.

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

Color convert

RGB19199110-
CMYK00.480.420.25
HSL352.83º41.82%56.86%-
HSV(B)352.83º48.17%74.9%-
XYZ28.7621.1317.31-
YUV127.76117.98173.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=47.75%
G=24.75%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919911000.480.420.25352.8341.8256.86
HexBF636E0302A191612a39
Octal27714315606052315415271
Binary1011111111000111101110011000010101011001101100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF636E; }

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

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

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

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

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

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

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

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