Html Css Color HEX #BE0665 Jazzberry Jam

📋 copy color: '#BE0665'

red 190 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #BE0665

Tints of Jazzberry Jam #BE0665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.02%

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

R = 63.97%
G = 2.02%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE0665 (or 0xBE0665) is known color: Jazzberry Jam. HEX triplet: BE, 06 and 65. RGB value is (190,6,101). Sum of RGB (Red+Green+Blue) = 190+6+101=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0665 is #41F99A. Grayscale: #474747. Windows color (decimal): -4323739 or 6620862. OLE color: 6620862.

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

Color convert

RGB 190 6 101 -
CMYK 0 0.97 0.47 0.25
HSL 329.02º 0.94% 0.38% -
HSV(B) 329.02º 0.97% 0.75% -
XYZ 23.65 12.02 13.38 -
YUV 71.85 144.46 212.28 -
System Red Green Blue C M Y K H S L
Decimal 190 6 101 0 0.97 0.47 0.25 329.02 0.94 0.38
Hex BE 6 65 0 61 2F 19 149 5E 26
Octal 276 6 145 0 141 57 31 511 136 46
Binary 10111110 110 1100101 0 1100001 101111 11001 101001001 1011110 100110

Color Harmonies of #BE0665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0665

Black with #BE0665

Text Example


Text Example

White with #BE0665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0665; }

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

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

background-color css

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

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

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

border-color css

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

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

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