Html Css Color HEX #BE0265 Jazzberry Jam

📋 copy color: '#BE0265'

red 190 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #BE0265

Tints of Jazzberry Jam #BE0265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 64.85%
G = 0.68%
B = 34.47%

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

#BE0265 (or 0xBE0265) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 65. RGB value is (190,2,101). Sum of RGB (Red+Green+Blue) = 190+2+101=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0265 is #41FD9A. Grayscale: #454545. Windows color (decimal): -4324763 or 6619838. OLE color: 6619838.

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

Color convert

RGB 190 2 101 -
CMYK 0 0.99 0.47 0.25
HSL 328.4º 0.98% 0.38% -
HSV(B) 328.4º 0.99% 0.75% -
XYZ 23.61 11.93 13.37 -
YUV 69.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 190 2 101 0 0.99 0.47 0.25 328.4 0.98 0.38
Hex BE 2 65 0 63 2F 19 148 62 26
Octal 276 2 145 0 143 57 31 510 142 46
Binary 10111110 10 1100101 0 1100011 101111 11001 101001000 1100010 100110

Color Harmonies of #BE0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0265

Black with #BE0265

Text Example


Text Example

White with #BE0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0265; }

 p { color: rgb(190,2,101); }

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

background-color css

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

 a { background-color: rgb(190,2,101); }

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

border-color css

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

 span { border-color: rgb(190,2,101); }

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