Html Css Color HEX #BE015B Jazzberry Jam

📋 copy color: '#BE015B'

red 190 ◦ green 1 ◦ blue 91

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

Shades of Jazzberry Jam #BE015B

Tints of Jazzberry Jam #BE015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 67.38%
G = 0.35%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE015B (or 0xBE015B) is known color: Jazzberry Jam. HEX triplet: BE, 01 and 5B. RGB value is (190,1,91). Sum of RGB (Red+Green+Blue) = 190+1+91=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE015B is #41FEA4. Grayscale: #434343. Windows color (decimal): -4325029 or 5964222. OLE color: 5964222.

HSL color Cylindrical-coordinate representation of color #BE015B: hue angle of 331.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE015B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 1 91 -
CMYK 0 0.99 0.52 0.25
HSL 331.43º 0.99% 0.37% -
HSV(B) 331.43º 0.99% 0.75% -
XYZ 23.13 11.72 10.94 -
YUV 67.77 141.12 215.18 -
System Red Green Blue C M Y K H S L
Decimal 190 1 91 0 0.99 0.52 0.25 331.43 0.99 0.37
Hex BE 1 5B 0 63 34 19 14B 63 25
Octal 276 1 133 0 143 64 31 513 143 45
Binary 10111110 1 1011011 0 1100011 110100 11001 101001011 1100011 100101

Color Harmonies of #BE015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE015B

Black with #BE015B

Text Example


Text Example

White with #BE015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE015B; }

 p { color: rgb(190,1,91); }

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

background-color css

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

 a { background-color: rgb(190,1,91); }

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

border-color css

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

 span { border-color: rgb(190,1,91); }

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