Html Css Color HEX #BE0468 Jazzberry Jam

📋 copy color: '#BE0468'

red 190 ◦ green 4 ◦ blue 104

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

Shades of Jazzberry Jam #BE0468

Tints of Jazzberry Jam #BE0468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 63.76%
G = 1.34%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE0468 (or 0xBE0468) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 68. RGB value is (190,4,104). Sum of RGB (Red+Green+Blue) = 190+4+104=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0468 is #41FB97. Grayscale: #464646. Windows color (decimal): -4324248 or 6816958. OLE color: 6816958.

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

Color convert

RGB 190 4 104 -
CMYK 0 0.98 0.45 0.25
HSL 327.74º 0.96% 0.38% -
HSV(B) 327.74º 0.98% 0.75% -
XYZ 23.78 12.03 14.17 -
YUV 71.01 146.62 212.87 -
System Red Green Blue C M Y K H S L
Decimal 190 4 104 0 0.98 0.45 0.25 327.74 0.96 0.38
Hex BE 4 68 0 62 2D 19 148 60 26
Octal 276 4 150 0 142 55 31 510 140 46
Binary 10111110 100 1101000 0 1100010 101101 11001 101001000 1100000 100110

Color Harmonies of #BE0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0468

Black with #BE0468

Text Example


Text Example

White with #BE0468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0468; }

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

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

background-color css

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

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

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

border-color css

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

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

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