Html Css Color HEX #BE0065 Jazzberry Jam

📋 copy color: '#BE0065'

red 190 ◦ green 0 ◦ blue 101

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

Shades of Jazzberry Jam #BE0065

Tints of Jazzberry Jam #BE0065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.29%
G = 0%
B = 34.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE0065 (or 0xBE0065) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 65. RGB value is (190,0,101). Sum of RGB (Red+Green+Blue) = 190+0+101=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0065 is #41FF9A. Grayscale: #444444. Windows color (decimal): -4325275 or 6619326. OLE color: 6619326.

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

Color convert

RGB 190 0 101 -
CMYK 0 1 0.47 0.25
HSL 328.11º 1% 0.37% -
HSV(B) 328.11º 1% 0.75% -
XYZ 23.58 11.89 13.36 -
YUV 68.32 146.45 214.79 -
System Red Green Blue C M Y K H S L
Decimal 190 0 101 0 1 0.47 0.25 328.11 1 0.37
Hex BE 0 65 0 64 2F 19 148 64 25
Octal 276 0 145 0 144 57 31 510 144 45
Binary 10111110 0 1100101 0 1100100 101111 11001 101001000 1100100 100101

Color Harmonies of #BE0065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0065

Black with #BE0065

Text Example


Text Example

White with #BE0065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0065; }

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

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

background-color css

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

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

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

border-color css

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

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

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