#BE005A

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

Shades of Jazzberry Jam #BE005A

Tints of Jazzberry Jam #BE005A

Color information

#BE005A (or 0xBE005A) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 00 and 5A. RGB value is (190,0,90). Sum of RGB (Red+Green+Blue) = 190+0+90=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE005A is #41FFA5. Grayscale: #424242. Windows color (decimal): -4325286 or 5898430. OLE color: 5898430.

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

Color convert

RGB190090-
CMYK010.530.25
HSL331.58º100%37.25%-
HSV(B)331.58º100%74.51%-
XYZ23.0811.6910.71-
YUV67.07140.95215.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=67.86%
G=0%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190090010.530.25331.5810037.25
HexBE05A064351914c6425
Octal27601320144653151414445
Binary101111100101101001100100110101110011010011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE005A; }

 p { color: rgb(190,0,90); }

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

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

 a { background-color: rgb(190,0,90); }

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

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

 span { border-color: rgb(190,0,90); }

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