#BE085B

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

Shades of Jazzberry Jam #BE085B

Tints of Jazzberry Jam #BE085B

Color information

#BE085B (or 0xBE085B) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 08 and 5B. RGB value is (190,8,91). Sum of RGB (Red+Green+Blue) = 190+8+91=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE085B is #41F7A4. Grayscale: #474747. Windows color (decimal): -4323237 or 5966014. OLE color: 5966014.

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

Color convert

RGB190891-
CMYK00.960.520.25
HSL332.64º91.92%38.82%-
HSV(B)332.64º95.79%74.51%-
XYZ23.2111.8810.97-
YUV71.88138.8212.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.74%
GREEN value IS 8 (3.52% from 255) = 2.77%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=65.74%
G=2.77%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19089100.960.520.25332.6491.9238.82
HexBE85B060341914d5c27
Octal276101330140643151513447
Binary101111101000101101101100000110100110011010011011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE085B; }

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

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

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

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

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

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

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

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