#BE1D67

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

Shades of Jazzberry Jam #BE1D67

Tints of Jazzberry Jam #BE1D67

Color information

#BE1D67 (or 0xBE1D67) is unknown color: approx Jazzberry Jam. HEX triplet: BE, 1D and 67. RGB value is (190,29,103). Sum of RGB (Red+Green+Blue) = 190+29+103=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1D67 is #41E298. Grayscale: #555555. Windows color (decimal): -4317849 or 6757822. OLE color: 6757822.

HSL color Cylindrical-coordinate representation of color #BE1D67: hue angle of 332.42º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1D67 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19029103-
CMYK00.850.460.25
HSL332.42º73.52%42.94%-
HSV(B)332.42º84.74%74.51%-
XYZ24.1212.8114.03-
YUV85.58137.84202.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 29 (11.72% from 255) = 9.01%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=59.01%
G=9.01%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902910300.850.460.25332.4273.5242.94
HexBE1D670552E1914c4a2b
Octal276351470125563151411253
Binary1011111011101110011101010101101110110011010011001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D67; }

 p { color: rgb(190,29,103); }

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

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

 a { background-color: rgb(190,29,103); }

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

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

 span { border-color: rgb(190,29,103); }

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