Html Css Color HEX #BE0651 Jazzberry Jam

📋 copy color: '#BE0651'

red 190 ◦ green 6 ◦ blue 81

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

Shades of Jazzberry Jam #BE0651

Tints of Jazzberry Jam #BE0651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 68.59%
G = 2.17%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE0651 (or 0xBE0651) is known color: Jazzberry Jam. HEX triplet: BE, 06 and 51. RGB value is (190,6,81). Sum of RGB (Red+Green+Blue) = 190+6+81=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0651 is #41F9AE. Grayscale: #454545. Windows color (decimal): -4323759 or 5310142. OLE color: 5310142.

HSL color Cylindrical-coordinate representation of color #BE0651: hue angle of 335.54º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0651 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 6 81 -
CMYK 0 0.97 0.57 0.25
HSL 335.54º 0.94% 0.38% -
HSV(B) 335.54º 0.97% 0.75% -
XYZ 22.79 11.67 8.84 -
YUV 69.57 134.46 213.9 -
System Red Green Blue C M Y K H S L
Decimal 190 6 81 0 0.97 0.57 0.25 335.54 0.94 0.38
Hex BE 6 51 0 61 39 19 150 5E 26
Octal 276 6 121 0 141 71 31 520 136 46
Binary 10111110 110 1010001 0 1100001 111001 11001 101010000 1011110 100110

Color Harmonies of #BE0651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0651

Black with #BE0651

Text Example


Text Example

White with #BE0651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0651; }

 p { color: rgb(190,6,81); }

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

background-color css

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

 a { background-color: rgb(190,6,81); }

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

border-color css

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

 span { border-color: rgb(190,6,81); }

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