#BE0950

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

Shades of Jazzberry Jam #BE0950

Tints of Jazzberry Jam #BE0950

Color information

#BE0950 (or 0xBE0950) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 09 and 50. RGB value is (190,9,80). Sum of RGB (Red+Green+Blue) = 190+9+80=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0950 is #41F6AF. Grayscale: #474747. Windows color (decimal): -4322992 or 5245374. OLE color: 5245374.

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

Color convert

RGB190980-
CMYK00.950.580.25
HSL336.46º90.95%39.02%-
HSV(B)336.46º95.26%74.51%-
XYZ22.7811.728.65-
YUV71.21132.97212.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.10%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=68.10%
G=3.23%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19098000.950.580.25336.4690.9539.02
HexBE95005F3A191505b27
Octal276111200137723152013347
Binary101111101001101000001011111111010110011010100001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0950; }

 p { color: rgb(190,9,80); }

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

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

 a { background-color: rgb(190,9,80); }

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

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

 span { border-color: rgb(190,9,80); }

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