#BE6372

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

Shades of Cabaret #BE6372

Tints of Cabaret #BE6372

Color information

#BE6372 (or 0xBE6372) is unknown color: approx Cabaret. HEX triplet: BE, 63 and 72. RGB value is (190,99,114). Sum of RGB (Red+Green+Blue) = 190+99+114=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6372 is #419C8D. Grayscale: #7F7F7F. Windows color (decimal): -4299918 or 7496638. OLE color: 7496638.

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

Color convert

RGB19099114-
CMYK00.480.400.25
HSL350.11º41.18%56.67%-
HSV(B)350.11º47.89%74.51%-
XYZ28.7321.0918.48-
YUV127.92120.15172.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=47.15%
G=24.57%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909911400.480.400.25350.1141.1856.67
HexBE6372030281915e2939
Octal27614316206050315365171
Binary1011111011000111110010011000010100011001101011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6372; }

 p { color: rgb(190,99,114); }

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

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

 a { background-color: rgb(190,99,114); }

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

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

 span { border-color: rgb(190,99,114); }

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