Html Css Color HEX #BE115E Jazzberry Jam

📋 copy color: '#BE115E'

red 190 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #BE115E

Tints of Jazzberry Jam #BE115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 63.12%
G = 5.65%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE115E (or 0xBE115E) is known color: Jazzberry Jam. HEX triplet: BE, 11 and 5E. RGB value is (190,17,94). Sum of RGB (Red+Green+Blue) = 190+17+94=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE115E is #41EEA1. Grayscale: #4D4D4D. Windows color (decimal): -4320930 or 6164926. OLE color: 6164926.

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

Color convert

RGB 190 17 94 -
CMYK 0 0.91 0.51 0.25
HSL 333.29º 0.84% 0.41% -
HSV(B) 333.29º 0.91% 0.75% -
XYZ 23.46 12.16 11.7 -
YUV 77.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 190 17 94 0 0.91 0.51 0.25 333.29 0.84 0.41
Hex BE 11 5E 0 5B 33 19 14D 54 29
Octal 276 21 136 0 133 63 31 515 124 51
Binary 10111110 10001 1011110 0 1011011 110011 11001 101001101 1010100 101001

Color Harmonies of #BE115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE115E

Black with #BE115E

Text Example


Text Example

White with #BE115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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