Html Css Color HEX #BE115F Jazzberry Jam

📋 copy color: '#BE115F'

red 190 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #BE115F

Tints of Jazzberry Jam #BE115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.63%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 62.91%
G = 5.63%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.25

RGB Variations

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

Color information

#BE115F (or 0xBE115F) is known color: Jazzberry Jam. HEX triplet: BE, 11 and 5F. RGB value is (190,17,95). Sum of RGB (Red+Green+Blue) = 190+17+95=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE115F is #41EEA0. Grayscale: #4D4D4D. Windows color (decimal): -4320929 or 6230462. OLE color: 6230462.

HSL color Cylindrical-coordinate representation of color #BE115F: hue angle of 332.95º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE115F is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 17 95 -
CMYK 0 0.91 0.5 0.25
HSL 332.95º 0.84% 0.41% -
HSV(B) 332.95º 0.91% 0.75% -
XYZ 23.5 12.17 11.94 -
YUV 77.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 190 17 95 0 0.91 0.5 0.25 332.95 0.84 0.41
Hex BE 11 5F 0 5B 32 19 14D 54 29
Octal 276 21 137 0 133 62 31 515 124 51
Binary 10111110 10001 1011111 0 1011011 110010 11001 101001101 1010100 101001

Color Harmonies of #BE115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE115F

Black with #BE115F

Text Example


Text Example

White with #BE115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE115F; }

 p { color: rgb(190,17,95); }

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

background-color css

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

 a { background-color: rgb(190,17,95); }

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

border-color css

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

 span { border-color: rgb(190,17,95); }

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