Html Css Color HEX #BE1165 Jazzberry Jam

📋 copy color: '#BE1165'

red 190 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #BE1165

Tints of Jazzberry Jam #BE1165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 61.69%
G = 5.52%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE1165 (or 0xBE1165) is known color: Jazzberry Jam. HEX triplet: BE, 11 and 65. RGB value is (190,17,101). Sum of RGB (Red+Green+Blue) = 190+17+101=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1165 is #41EE9A. Grayscale: #4E4E4E. Windows color (decimal): -4320923 or 6623678. OLE color: 6623678.

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

Color convert

RGB 190 17 101 -
CMYK 0 0.91 0.47 0.25
HSL 330.87º 0.84% 0.41% -
HSV(B) 330.87º 0.91% 0.75% -
XYZ 23.78 12.29 13.43 -
YUV 78.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 190 17 101 0 0.91 0.47 0.25 330.87 0.84 0.41
Hex BE 11 65 0 5B 2F 19 14B 54 29
Octal 276 21 145 0 133 57 31 513 124 51
Binary 10111110 10001 1100101 0 1011011 101111 11001 101001011 1010100 101001

Color Harmonies of #BE1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1165

Black with #BE1165

Text Example


Text Example

White with #BE1165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1165; }

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

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

background-color css

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

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

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

border-color css

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

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

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