Html Css Color HEX #BE1765 Jazzberry Jam

📋 copy color: '#BE1765'

red 190 ◦ green 23 ◦ blue 101

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

Shades of Jazzberry Jam #BE1765

Tints of Jazzberry Jam #BE1765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.32%

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

R = 60.51%
G = 7.32%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE1765 (or 0xBE1765) is known color: Jazzberry Jam. HEX triplet: BE, 17 and 65. RGB value is (190,23,101). Sum of RGB (Red+Green+Blue) = 190+23+101=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1765 is #41E89A. Grayscale: #515151. Windows color (decimal): -4319387 or 6625214. OLE color: 6625214.

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

Color convert

RGB 190 23 101 -
CMYK 0 0.88 0.47 0.25
HSL 331.98º 0.78% 0.42% -
HSV(B) 331.98º 0.88% 0.75% -
XYZ 23.89 12.5 13.47 -
YUV 81.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 190 23 101 0 0.88 0.47 0.25 331.98 0.78 0.42
Hex BE 17 65 0 58 2F 19 14C 4E 2A
Octal 276 27 145 0 130 57 31 514 116 52
Binary 10111110 10111 1100101 0 1011000 101111 11001 101001100 1001110 101010

Color Harmonies of #BE1765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1765

Black with #BE1765

Text Example


Text Example

White with #BE1765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1765; }

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

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

background-color css

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

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

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

border-color css

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

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

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