#BE6370

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

Shades of Cabaret #BE6370

Tints of Cabaret #BE6370

Color information

#BE6370 (or 0xBE6370) is unknown color: approx Cabaret. HEX triplet: BE, 63 and 70. RGB value is (190,99,112). Sum of RGB (Red+Green+Blue) = 190+99+112=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6370 is #419C8F. Grayscale: #7F7F7F. Windows color (decimal): -4299920 or 7365566. OLE color: 7365566.

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

Color convert

RGB19099112-
CMYK00.480.410.25
HSL351.43º41.18%56.67%-
HSV(B)351.43º47.89%74.51%-
XYZ28.6221.0417.88-
YUV127.69119.15172.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=47.38%
G=24.69%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909911200.480.410.25351.4341.1856.67
HexBE6370030291915f2939
Octal27614316006051315375171
Binary1011111011000111110000011000010100111001101011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6370; }

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

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

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

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

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

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

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

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