#BE0C5B

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

Shades of Jazzberry Jam #BE0C5B

Tints of Jazzberry Jam #BE0C5B

Color information

#BE0C5B (or 0xBE0C5B) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 0C and 5B. RGB value is (190,12,91). Sum of RGB (Red+Green+Blue) = 190+12+91=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0C5B is #41F3A4. Grayscale: #4A4A4A. Windows color (decimal): -4322213 or 5967038. OLE color: 5967038.

HSL color Cylindrical-coordinate representation of color #BE0C5B: hue angle of 333.37º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C5B is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1901291-
CMYK00.940.520.25
HSL333.37º88.12%39.61%-
HSV(B)333.37º93.68%74.51%-
XYZ23.2611.9710.98-
YUV74.23137.47210.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.85%
GREEN value IS 12 (5.08% from 255) = 4.10%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=64.85%
G=4.10%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190129100.940.520.25333.3788.1239.61
HexBEC5B05E341914d5828
Octal276141330136643151513050
Binary101111101100101101101011110110100110011010011011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0C5B; }

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

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

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

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

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

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

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

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