#BE0A5C

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

Shades of Jazzberry Jam #BE0A5C

Tints of Jazzberry Jam #BE0A5C

Color information

#BE0A5C (or 0xBE0A5C) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 0A and 5C. RGB value is (190,10,92). Sum of RGB (Red+Green+Blue) = 190+10+92=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0A5C is #41F5A3. Grayscale: #494949. Windows color (decimal): -4322724 or 6032062. OLE color: 6032062.

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

Color convert

RGB1901092-
CMYK00.950.520.25
HSL332.67º90%39.22%-
HSV(B)332.67º94.74%74.51%-
XYZ23.2811.9411.2-
YUV73.17138.63211.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.07%
GREEN value IS 10 (4.30% from 255) = 3.42%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=65.07%
G=3.42%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190109200.950.520.25332.679039.22
HexBEA5C05F341914d5a27
Octal276121340137643151513247
Binary101111101010101110001011111110100110011010011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0A5C; }

 p { color: rgb(190,10,92); }

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

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

 a { background-color: rgb(190,10,92); }

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

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

 span { border-color: rgb(190,10,92); }

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