Html Css Color HEX #BE034C Jazzberry Jam

📋 copy color: '#BE034C'

red 190 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #BE034C

Tints of Jazzberry Jam #BE034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 76 (30.08% from 255) = 28.25%

R = 70.63%
G = 1.12%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE034C (or 0xBE034C) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 4C. RGB value is (190,3,76). Sum of RGB (Red+Green+Blue) = 190+3+76=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE034C is #41FCB3. Grayscale: #434343. Windows color (decimal): -4324532 or 4981694. OLE color: 4981694.

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

Color convert

RGB 190 3 76 -
CMYK 0 0.98 0.60 0.25
HSL 336.58º 0.97% 0.38% -
HSV(B) 336.58º 0.98% 0.75% -
XYZ 22.57 11.53 7.87 -
YUV 67.24 132.95 215.56 -
System Red Green Blue C M Y K H S L
Decimal 190 3 76 0 0.98 0.60 0.25 336.58 0.97 0.38
Hex BE 3 4C 0 62 3C 19 151 61 26
Octal 276 3 114 0 142 74 31 521 141 46
Binary 10111110 11 1001100 0 1100010 111100 11001 101010001 1100001 100110

Color Harmonies of #BE034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE034C

Black with #BE034C

Text Example


Text Example

White with #BE034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE034C; }

 p { color: rgb(190,3,76); }

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

background-color css

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

 a { background-color: rgb(190,3,76); }

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

border-color css

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

 span { border-color: rgb(190,3,76); }

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