Html Css Color HEX #BE034D Jazzberry Jam

📋 copy color: '#BE034D'

red 190 ◦ green 3 ◦ blue 77

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

Shades of Jazzberry Jam #BE034D

Tints of Jazzberry Jam #BE034D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 70.37%
G = 1.11%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE034D (or 0xBE034D) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 4D. RGB value is (190,3,77). Sum of RGB (Red+Green+Blue) = 190+3+77=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE034D is #41FCB2. Grayscale: #434343. Windows color (decimal): -4324531 or 5047230. OLE color: 5047230.

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

Color convert

RGB 190 3 77 -
CMYK 0 0.98 0.59 0.25
HSL 336.26º 0.97% 0.38% -
HSV(B) 336.26º 0.98% 0.75% -
XYZ 22.61 11.55 8.06 -
YUV 67.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 190 3 77 0 0.98 0.59 0.25 336.26 0.97 0.38
Hex BE 3 4D 0 62 3B 19 150 61 26
Octal 276 3 115 0 142 73 31 520 141 46
Binary 10111110 11 1001101 0 1100010 111011 11001 101010000 1100001 100110

Color Harmonies of #BE034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE034D

Black with #BE034D

Text Example


Text Example

White with #BE034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE034D; }

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

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

background-color css

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

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

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

border-color css

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

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

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