Html Css Color HEX #BE105D Jazzberry Jam

📋 copy color: '#BE105D'

red 190 ◦ green 16 ◦ blue 93

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

Shades of Jazzberry Jam #BE105D

Tints of Jazzberry Jam #BE105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 63.55%
G = 5.35%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE105D (or 0xBE105D) is known color: Jazzberry Jam. HEX triplet: BE, 10 and 5D. RGB value is (190,16,93). Sum of RGB (Red+Green+Blue) = 190+16+93=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE105D is #41EFA2. Grayscale: #4C4C4C. Windows color (decimal): -4321187 or 6099134. OLE color: 6099134.

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

Color convert

RGB 190 16 93 -
CMYK 0 0.92 0.51 0.25
HSL 333.45º 0.84% 0.4% -
HSV(B) 333.45º 0.92% 0.75% -
XYZ 23.4 12.11 11.46 -
YUV 76.8 137.15 208.74 -
System Red Green Blue C M Y K H S L
Decimal 190 16 93 0 0.92 0.51 0.25 333.45 0.84 0.4
Hex BE 10 5D 0 5C 33 19 14D 54 28
Octal 276 20 135 0 134 63 31 515 124 50
Binary 10111110 10000 1011101 0 1011100 110011 11001 101001101 1010100 101000

Color Harmonies of #BE105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE105D

Black with #BE105D

Text Example


Text Example

White with #BE105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE105D; }

 p { color: rgb(190,16,93); }

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

background-color css

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

 a { background-color: rgb(190,16,93); }

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

border-color css

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

 span { border-color: rgb(190,16,93); }

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