Html Css Color HEX #BE1965 Jazzberry Jam

📋 copy color: '#BE1965'

red 190 ◦ green 25 ◦ blue 101

#BE1965
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #BE1965

Tints of Jazzberry Jam #BE1965

RGB

 RED value IS 190 (74.61% from 255) = 60.13%

 GREEN value IS 25 (10.16% from 255) = 7.91%

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 60.13%
G = 7.91%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE1965 (or 0xBE1965) is known color: Jazzberry Jam. HEX triplet: BE, 19 and 65. RGB value is (190,25,101). Sum of RGB (Red+Green+Blue) = 190+25+101=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1965 is #41E69A. Grayscale: #525252. Windows color (decimal): -4318875 or 6625726. OLE color: 6625726.

HSL color Cylindrical-coordinate representation of color #BE1965: hue angle of 332.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1965 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 25 101 -
CMYK 0 0.87 0.47 0.25
HSL 332.36º 0.77% 0.42% -
HSV(B) 332.36º 0.87% 0.75% -
XYZ 23.93 12.58 13.48 -
YUV 83 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 190 25 101 0 0.87 0.47 0.25 332.36 0.77 0.42
Hex BE 19 65 0 57 2F 19 14C 4D 2A
Octal 276 31 145 0 127 57 31 514 115 52
Binary 10111110 11001 1100101 0 1010111 101111 11001 101001100 1001101 101010

Color Harmonies of #BE1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1965

Black with #BE1965

Text Example


Text Example

White with #BE1965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1965; }

 p { color: rgb(190,25,101); }

 H1.HeaderClassName
 {
   color: #BE1965;
 }
 .AnyTagClassName
 {
   color: #BE1965;
 }
</style>

background-color css

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

 a { background-color: rgb(190,25,101); }

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

border-color css

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

 span { border-color: rgb(190,25,101); }

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