Html Css Color HEX #BE0761 Jazzberry Jam

📋 copy color: '#BE0761'

red 190 ◦ green 7 ◦ blue 97

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

Shades of Jazzberry Jam #BE0761

Tints of Jazzberry Jam #BE0761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 64.63%
G = 2.38%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE0761 (or 0xBE0761) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 61. RGB value is (190,7,97). Sum of RGB (Red+Green+Blue) = 190+7+97=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0761 is #41F89E. Grayscale: #474747. Windows color (decimal): -4323487 or 6358974. OLE color: 6358974.

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

Color convert

RGB 190 7 97 -
CMYK 0 0.96 0.49 0.25
HSL 330.49º 0.93% 0.39% -
HSV(B) 330.49º 0.96% 0.75% -
XYZ 23.47 11.96 12.38 -
YUV 71.98 142.13 212.18 -
System Red Green Blue C M Y K H S L
Decimal 190 7 97 0 0.96 0.49 0.25 330.49 0.93 0.39
Hex BE 7 61 0 60 31 19 14A 5D 27
Octal 276 7 141 0 140 61 31 512 135 47
Binary 10111110 111 1100001 0 1100000 110001 11001 101001010 1011101 100111

Color Harmonies of #BE0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0761

Black with #BE0761

Text Example


Text Example

White with #BE0761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0761; }

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

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

background-color css

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

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

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

border-color css

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

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

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