Html Css Color HEX #BE0452 Jazzberry Jam

📋 copy color: '#BE0452'

red 190 ◦ green 4 ◦ blue 82

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

Shades of Jazzberry Jam #BE0452

Tints of Jazzberry Jam #BE0452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 68.84%
G = 1.45%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE0452 (or 0xBE0452) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 52. RGB value is (190,4,82). Sum of RGB (Red+Green+Blue) = 190+4+82=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0452 is #41FBAD. Grayscale: #444444. Windows color (decimal): -4324270 or 5375166. OLE color: 5375166.

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

Color convert

RGB 190 4 82 -
CMYK 0 0.98 0.57 0.25
HSL 334.84º 0.96% 0.38% -
HSV(B) 334.84º 0.98% 0.75% -
XYZ 22.8 11.64 9.03 -
YUV 68.51 135.62 214.66 -
System Red Green Blue C M Y K H S L
Decimal 190 4 82 0 0.98 0.57 0.25 334.84 0.96 0.38
Hex BE 4 52 0 62 39 19 14F 60 26
Octal 276 4 122 0 142 71 31 517 140 46
Binary 10111110 100 1010010 0 1100010 111001 11001 101001111 1100000 100110

Color Harmonies of #BE0452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0452

Black with #BE0452

Text Example


Text Example

White with #BE0452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0452; }

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

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

background-color css

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

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

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

border-color css

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

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

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