Html Css Color HEX #BE044F Jazzberry Jam

📋 copy color: '#BE044F'

red 190 ◦ green 4 ◦ blue 79

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

Shades of Jazzberry Jam #BE044F

Tints of Jazzberry Jam #BE044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 69.6%
G = 1.47%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE044F (or 0xBE044F) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 4F. RGB value is (190,4,79). Sum of RGB (Red+Green+Blue) = 190+4+79=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE044F is #41FBB0. Grayscale: #444444. Windows color (decimal): -4324273 or 5178558. OLE color: 5178558.

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

Color convert

RGB 190 4 79 -
CMYK 0 0.98 0.58 0.25
HSL 335.81º 0.96% 0.38% -
HSV(B) 335.81º 0.98% 0.75% -
XYZ 22.69 11.6 8.44 -
YUV 68.16 134.12 214.9 -
System Red Green Blue C M Y K H S L
Decimal 190 4 79 0 0.98 0.58 0.25 335.81 0.96 0.38
Hex BE 4 4F 0 62 3A 19 150 60 26
Octal 276 4 117 0 142 72 31 520 140 46
Binary 10111110 100 1001111 0 1100010 111010 11001 101010000 1100000 100110

Color Harmonies of #BE044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE044F

Black with #BE044F

Text Example


Text Example

White with #BE044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE044F; }

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

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

background-color css

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

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

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

border-color css

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

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

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