Html Css Color HEX #BE0855 Jazzberry Jam

📋 copy color: '#BE0855'

red 190 ◦ green 8 ◦ blue 85

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

Shades of Jazzberry Jam #BE0855

Tints of Jazzberry Jam #BE0855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 67.14%
G = 2.83%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE0855 (or 0xBE0855) is known color: Jazzberry Jam. HEX triplet: BE, 08 and 55. RGB value is (190,8,85). Sum of RGB (Red+Green+Blue) = 190+8+85=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0855 is #41F7AA. Grayscale: #474747. Windows color (decimal): -4323243 or 5572798. OLE color: 5572798.

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

Color convert

RGB 190 8 85 -
CMYK 0 0.96 0.55 0.25
HSL 334.62º 0.92% 0.39% -
HSV(B) 334.62º 0.96% 0.75% -
XYZ 22.96 11.78 9.66 -
YUV 71.2 135.8 212.74 -
System Red Green Blue C M Y K H S L
Decimal 190 8 85 0 0.96 0.55 0.25 334.62 0.92 0.39
Hex BE 8 55 0 60 37 19 14F 5C 27
Octal 276 10 125 0 140 67 31 517 134 47
Binary 10111110 1000 1010101 0 1100000 110111 11001 101001111 1011100 100111

Color Harmonies of #BE0855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0855

Black with #BE0855

Text Example


Text Example

White with #BE0855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0855; }

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

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

background-color css

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

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

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

border-color css

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

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

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