Html Css Color HEX #BE145F Jazzberry Jam

📋 copy color: '#BE145F'

red 190 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #BE145F

Tints of Jazzberry Jam #BE145F

RGB

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

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

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

R = 62.3%
G = 6.56%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.25

RGB Variations

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

Color information

#BE145F (or 0xBE145F) is known color: Jazzberry Jam. HEX triplet: BE, 14 and 5F. RGB value is (190,20,95). Sum of RGB (Red+Green+Blue) = 190+20+95=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE145F is #41EBA0. Grayscale: #4F4F4F. Windows color (decimal): -4320161 or 6231230. OLE color: 6231230.

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

Color convert

RGB 190 20 95 -
CMYK 0 0.89 0.5 0.25
HSL 333.53º 0.81% 0.41% -
HSV(B) 333.53º 0.89% 0.75% -
XYZ 23.55 12.27 11.95 -
YUV 79.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 190 20 95 0 0.89 0.5 0.25 333.53 0.81 0.41
Hex BE 14 5F 0 59 32 19 14E 51 29
Octal 276 24 137 0 131 62 31 516 121 51
Binary 10111110 10100 1011111 0 1011001 110010 11001 101001110 1010001 101001

Color Harmonies of #BE145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE145F

Black with #BE145F

Text Example


Text Example

White with #BE145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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