Html Css Color HEX #BE1065 Jazzberry Jam

📋 copy color: '#BE1065'

red 190 ◦ green 16 ◦ blue 101

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

Shades of Jazzberry Jam #BE1065

Tints of Jazzberry Jam #BE1065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

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

R = 61.89%
G = 5.21%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE1065 (or 0xBE1065) is known color: Jazzberry Jam. HEX triplet: BE, 10 and 65. RGB value is (190,16,101). Sum of RGB (Red+Green+Blue) = 190+16+101=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1065 is #41EF9A. Grayscale: #4D4D4D. Windows color (decimal): -4321179 or 6623422. OLE color: 6623422.

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

Color convert

RGB 190 16 101 -
CMYK 0 0.92 0.47 0.25
HSL 330.69º 0.84% 0.4% -
HSV(B) 330.69º 0.92% 0.75% -
XYZ 23.77 12.26 13.43 -
YUV 77.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 190 16 101 0 0.92 0.47 0.25 330.69 0.84 0.4
Hex BE 10 65 0 5C 2F 19 14B 54 28
Octal 276 20 145 0 134 57 31 513 124 50
Binary 10111110 10000 1100101 0 1011100 101111 11001 101001011 1010100 101000

Color Harmonies of #BE1065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1065

Black with #BE1065

Text Example


Text Example

White with #BE1065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1065; }

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

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

background-color css

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

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

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

border-color css

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

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

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