Html Css Color HEX #BE0768 Jazzberry Jam

📋 copy color: '#BE0768'

red 190 ◦ green 7 ◦ blue 104

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

Shades of Jazzberry Jam #BE0768

Tints of Jazzberry Jam #BE0768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 63.12%
G = 2.33%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE0768 (or 0xBE0768) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 68. RGB value is (190,7,104). Sum of RGB (Red+Green+Blue) = 190+7+104=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0768 is #41F897. Grayscale: #484848. Windows color (decimal): -4323480 or 6817726. OLE color: 6817726.

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

Color convert

RGB 190 7 104 -
CMYK 0 0.96 0.45 0.25
HSL 328.2º 0.93% 0.39% -
HSV(B) 328.2º 0.96% 0.75% -
XYZ 23.81 12.1 14.18 -
YUV 72.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 190 7 104 0 0.96 0.45 0.25 328.2 0.93 0.39
Hex BE 7 68 0 60 2D 19 148 5D 27
Octal 276 7 150 0 140 55 31 510 135 47
Binary 10111110 111 1101000 0 1100000 101101 11001 101001000 1011101 100111

Color Harmonies of #BE0768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0768

Black with #BE0768

Text Example


Text Example

White with #BE0768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0768; }

 p { color: rgb(190,7,104); }

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

background-color css

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

 a { background-color: rgb(190,7,104); }

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

border-color css

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

 span { border-color: rgb(190,7,104); }

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