Html Css Color HEX #BE0352 Jazzberry Jam

📋 copy color: '#BE0352'

red 190 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #BE0352

Tints of Jazzberry Jam #BE0352

RGB

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

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

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

R = 69.09%
G = 1.09%
B = 29.82%

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

#BE0352 (or 0xBE0352) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 52. RGB value is (190,3,82). Sum of RGB (Red+Green+Blue) = 190+3+82=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0352 is #41FCAD. Grayscale: #434343. Windows color (decimal): -4324526 or 5374910. OLE color: 5374910.

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

Color convert

RGB 190 3 82 -
CMYK 0 0.98 0.57 0.25
HSL 334.65º 0.97% 0.38% -
HSV(B) 334.65º 0.98% 0.75% -
XYZ 22.79 11.62 9.02 -
YUV 67.92 135.95 215.08 -
System Red Green Blue C M Y K H S L
Decimal 190 3 82 0 0.98 0.57 0.25 334.65 0.97 0.38
Hex BE 3 52 0 62 39 19 14F 61 26
Octal 276 3 122 0 142 71 31 517 141 46
Binary 10111110 11 1010010 0 1100010 111001 11001 101001111 1100001 100110

Color Harmonies of #BE0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0352

Black with #BE0352

Text Example


Text Example

White with #BE0352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0352; }

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

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

background-color css

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

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

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

border-color css

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

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

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