Html Css Color HEX #BE145D Jazzberry Jam

📋 copy color: '#BE145D'

red 190 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #BE145D

Tints of Jazzberry Jam #BE145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

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

R = 62.71%
G = 6.6%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE145D (or 0xBE145D) is known color: Jazzberry Jam. HEX triplet: BE, 14 and 5D. RGB value is (190,20,93). Sum of RGB (Red+Green+Blue) = 190+20+93=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE145D is #41EBA2. Grayscale: #4F4F4F. Windows color (decimal): -4320163 or 6100158. OLE color: 6100158.

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

Color convert

RGB 190 20 93 -
CMYK 0 0.89 0.51 0.25
HSL 334.24º 0.81% 0.41% -
HSV(B) 334.24º 0.89% 0.75% -
XYZ 23.46 12.24 11.48 -
YUV 79.15 135.82 207.06 -
System Red Green Blue C M Y K H S L
Decimal 190 20 93 0 0.89 0.51 0.25 334.24 0.81 0.41
Hex BE 14 5D 0 59 33 19 14E 51 29
Octal 276 24 135 0 131 63 31 516 121 51
Binary 10111110 10100 1011101 0 1011001 110011 11001 101001110 1010001 101001

Color Harmonies of #BE145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE145D

Black with #BE145D

Text Example


Text Example

White with #BE145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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