Html Css Color HEX #BE0168 Jazzberry Jam

📋 copy color: '#BE0168'

red 190 ◦ green 1 ◦ blue 104

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

Shades of Jazzberry Jam #BE0168

Tints of Jazzberry Jam #BE0168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 64.41%
G = 0.34%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE0168 (or 0xBE0168) is known color: Jazzberry Jam. HEX triplet: BE, 01 and 68. RGB value is (190,1,104). Sum of RGB (Red+Green+Blue) = 190+1+104=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0168 is #41FE97. Grayscale: #454545. Windows color (decimal): -4325016 or 6816190. OLE color: 6816190.

HSL color Cylindrical-coordinate representation of color #BE0168: hue angle of 327.3º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0168 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 1 104 -
CMYK 0 0.99 0.45 0.25
HSL 327.3º 0.99% 0.37% -
HSV(B) 327.3º 0.99% 0.75% -
XYZ 23.74 11.97 14.16 -
YUV 69.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 190 1 104 0 0.99 0.45 0.25 327.3 0.99 0.37
Hex BE 1 68 0 63 2D 19 147 63 25
Octal 276 1 150 0 143 55 31 507 143 45
Binary 10111110 1 1101000 0 1100011 101101 11001 101000111 1100011 100101

Color Harmonies of #BE0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0168

Black with #BE0168

Text Example


Text Example

White with #BE0168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0168; }

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

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

background-color css

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

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

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

border-color css

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

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

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