#BE6471

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

Shades of Cabaret #BE6471

Tints of Cabaret #BE6471

Color information

#BE6471 (or 0xBE6471) is unknown color: approx Cabaret. HEX triplet: BE, 64 and 71. RGB value is (190,100,113). Sum of RGB (Red+Green+Blue) = 190+100+113=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6471 is #419B8E. Grayscale: #808080. Windows color (decimal): -4299663 or 7431358. OLE color: 7431358.

HSL color Cylindrical-coordinate representation of color #BE6471: hue angle of 351.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6471 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190100113-
CMYK00.470.410.25
HSL351.33º40.91%56.86%-
HSV(B)351.33º47.37%74.51%-
XYZ28.7721.2518.21-
YUV128.39119.32171.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=47.15%
G=24.81%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010011300.470.410.25351.3340.9156.86
HexBE647102F291915f2939
Octal27614416105751315375171
Binary1011111011001001110001010111110100111001101011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6471; }

 p { color: rgb(190,100,113); }

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

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

 a { background-color: rgb(190,100,113); }

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

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

 span { border-color: rgb(190,100,113); }

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