Html Css Color HEX #BE0769 Jazzberry Jam

📋 copy color: '#BE0769'

red 190 ◦ green 7 ◦ blue 105

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

Shades of Jazzberry Jam #BE0769

Tints of Jazzberry Jam #BE0769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 62.91%
G = 2.32%
B = 34.77%

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

#BE0769 (or 0xBE0769) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 69. RGB value is (190,7,105). Sum of RGB (Red+Green+Blue) = 190+7+105=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0769 is #41F896. Grayscale: #484848. Windows color (decimal): -4323479 or 6883262. OLE color: 6883262.

HSL color Cylindrical-coordinate representation of color #BE0769: hue angle of 327.87º 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 #BE0769 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 7 105 -
CMYK 0 0.96 0.45 0.25
HSL 327.87º 0.93% 0.39% -
HSV(B) 327.87º 0.96% 0.75% -
XYZ 23.86 12.12 14.45 -
YUV 72.89 146.13 211.53 -
System Red Green Blue C M Y K H S L
Decimal 190 7 105 0 0.96 0.45 0.25 327.87 0.93 0.39
Hex BE 7 69 0 60 2D 19 148 5D 27
Octal 276 7 151 0 140 55 31 510 135 47
Binary 10111110 111 1101001 0 1100000 101101 11001 101001000 1011101 100111

Color Harmonies of #BE0769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0769

Black with #BE0769

Text Example


Text Example

White with #BE0769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0769; }

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

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

background-color css

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

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

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

border-color css

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

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

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