Html Css Color HEX #BE044B Jazzberry Jam

📋 copy color: '#BE044B'

red 190 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #BE044B

Tints of Jazzberry Jam #BE044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 75 (29.69% from 255) = 27.88%

R = 70.63%
G = 1.49%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE044B (or 0xBE044B) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 4B. RGB value is (190,4,75). Sum of RGB (Red+Green+Blue) = 190+4+75=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE044B is #41FBB4. Grayscale: #434343. Windows color (decimal): -4324277 or 4916414. OLE color: 4916414.

HSL color Cylindrical-coordinate representation of color #BE044B: hue angle of 337.1º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE044B is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 4 75 -
CMYK 0 0.98 0.61 0.25
HSL 337.1º 0.96% 0.38% -
HSV(B) 337.1º 0.98% 0.75% -
XYZ 22.55 11.54 7.7 -
YUV 67.71 132.12 215.23 -
System Red Green Blue C M Y K H S L
Decimal 190 4 75 0 0.98 0.61 0.25 337.1 0.96 0.38
Hex BE 4 4B 0 62 3D 19 151 60 26
Octal 276 4 113 0 142 75 31 521 140 46
Binary 10111110 100 1001011 0 1100010 111101 11001 101010001 1100000 100110

Color Harmonies of #BE044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE044B

Black with #BE044B

Text Example


Text Example

White with #BE044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE044B; }

 p { color: rgb(190,4,75); }

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

background-color css

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

 a { background-color: rgb(190,4,75); }

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

border-color css

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

 span { border-color: rgb(190,4,75); }

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