Html Css Color HEX #BE145B Jazzberry Jam

📋 copy color: '#BE145B'

red 190 ◦ green 20 ◦ blue 91

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

Shades of Jazzberry Jam #BE145B

Tints of Jazzberry Jam #BE145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 63.12%
G = 6.64%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE145B (or 0xBE145B) is known color: Jazzberry Jam. HEX triplet: BE, 14 and 5B. RGB value is (190,20,91). Sum of RGB (Red+Green+Blue) = 190+20+91=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE145B is #41EBA4. Grayscale: #4E4E4E. Windows color (decimal): -4320165 or 5969086. OLE color: 5969086.

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

Color convert

RGB 190 20 91 -
CMYK 0 0.89 0.52 0.25
HSL 334.94º 0.81% 0.41% -
HSV(B) 334.94º 0.89% 0.75% -
XYZ 23.37 12.2 11.02 -
YUV 78.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 190 20 91 0 0.89 0.52 0.25 334.94 0.81 0.41
Hex BE 14 5B 0 59 34 19 14F 51 29
Octal 276 24 133 0 131 64 31 517 121 51
Binary 10111110 10100 1011011 0 1011001 110100 11001 101001111 1010001 101001

Color Harmonies of #BE145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE145B

Black with #BE145B

Text Example


Text Example

White with #BE145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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