#BE086A

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

Shades of Jazzberry Jam #BE086A

Tints of Jazzberry Jam #BE086A

Color information

#BE086A (or 0xBE086A) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 08 and 6A. RGB value is (190,8,106). Sum of RGB (Red+Green+Blue) = 190+8+106=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE086A is #41F795. Grayscale: #494949. Windows color (decimal): -4323222 or 6949054. OLE color: 6949054.

HSL color Cylindrical-coordinate representation of color #BE086A: hue angle of 327.69º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE086A is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB1908106-
CMYK00.960.440.25
HSL327.69º91.92%38.82%-
HSV(B)327.69º95.79%74.51%-
XYZ23.9212.1614.72-
YUV73.59146.3211.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 8 (3.52% from 255) = 2.63%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=62.5%
G=2.63%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190810600.960.440.25327.6991.9238.82
HexBE86A0602C191485c27
Octal276101520140543151013447
Binary101111101000110101001100000101100110011010010001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE086A; }

 p { color: rgb(190,8,106); }

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

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

 a { background-color: rgb(190,8,106); }

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

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

 span { border-color: rgb(190,8,106); }

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