#BF636F

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

Shades of Cabaret #BF636F

Tints of Cabaret #BF636F

Color information

#BF636F (or 0xBF636F) is unknown color: approx Cabaret. HEX triplet: BF, 63 and 6F. RGB value is (191,99,111). Sum of RGB (Red+Green+Blue) = 191+99+111=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF636F is #409C90. Grayscale: #7F7F7F. Windows color (decimal): -4234385 or 7300031. OLE color: 7300031.

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

Color convert

RGB19199111-
CMYK00.480.420.25
HSL352.17º41.82%56.86%-
HSV(B)352.17º48.17%74.9%-
XYZ28.8221.1517.6-
YUV127.88118.48173.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=47.63%
G=24.69%
B=27.68%

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
Decimal1919911100.480.420.25352.1741.8256.86
HexBF636F0302A191602a39
Octal27714315706052315405271
Binary1011111111000111101111011000010101011001101100000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF636F; }

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

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

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

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

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

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

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

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