Html Css Color HEX #BE0863 Jazzberry Jam

📋 copy color: '#BE0863'

red 190 ◦ green 8 ◦ blue 99

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

Shades of Jazzberry Jam #BE0863

Tints of Jazzberry Jam #BE0863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 63.97%
G = 2.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE0863 (or 0xBE0863) is known color: Jazzberry Jam. HEX triplet: BE, 08 and 63. RGB value is (190,8,99). Sum of RGB (Red+Green+Blue) = 190+8+99=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0863 is #41F79C. Grayscale: #484848. Windows color (decimal): -4323229 or 6490302. OLE color: 6490302.

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

Color convert

RGB 190 8 99 -
CMYK 0 0.96 0.48 0.25
HSL 330º 0.92% 0.39% -
HSV(B) 330º 0.96% 0.75% -
XYZ 23.57 12.02 12.88 -
YUV 72.79 142.8 211.6 -
System Red Green Blue C M Y K H S L
Decimal 190 8 99 0 0.96 0.48 0.25 330 0.92 0.39
Hex BE 8 63 0 60 30 19 14A 5C 27
Octal 276 10 143 0 140 60 31 512 134 47
Binary 10111110 1000 1100011 0 1100000 110000 11001 101001010 1011100 100111

Color Harmonies of #BE0863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0863

Black with #BE0863

Text Example


Text Example

White with #BE0863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0863; }

 p { color: rgb(190,8,99); }

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

background-color css

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

 a { background-color: rgb(190,8,99); }

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

border-color css

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

 span { border-color: rgb(190,8,99); }

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