Html Css Color HEX #BE0164 Jazzberry Jam

📋 copy color: '#BE0164'

red 190 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #BE0164

Tints of Jazzberry Jam #BE0164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.36%

R = 65.29%
G = 0.34%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE0164 (or 0xBE0164) is known color: Jazzberry Jam. HEX triplet: BE, 01 and 64. RGB value is (190,1,100). Sum of RGB (Red+Green+Blue) = 190+1+100=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0164 is #41FE9B. Grayscale: #444444. Windows color (decimal): -4325020 or 6554046. OLE color: 6554046.

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

Color convert

RGB 190 1 100 -
CMYK 0 0.99 0.47 0.25
HSL 328.57º 0.99% 0.37% -
HSV(B) 328.57º 0.99% 0.75% -
XYZ 23.55 11.89 13.11 -
YUV 68.8 145.62 214.45 -
System Red Green Blue C M Y K H S L
Decimal 190 1 100 0 0.99 0.47 0.25 328.57 0.99 0.37
Hex BE 1 64 0 63 2F 19 149 63 25
Octal 276 1 144 0 143 57 31 511 143 45
Binary 10111110 1 1100100 0 1100011 101111 11001 101001001 1100011 100101

Color Harmonies of #BE0164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0164

Black with #BE0164

Text Example


Text Example

White with #BE0164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0164; }

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

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

background-color css

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

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

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

border-color css

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

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

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