Html Css Color HEX #BE1069 Jazzberry Jam

📋 copy color: '#BE1069'

red 190 ◦ green 16 ◦ blue 105

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

Shades of Jazzberry Jam #BE1069

Tints of Jazzberry Jam #BE1069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 61.09%
G = 5.14%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE1069 (or 0xBE1069) is known color: Jazzberry Jam. HEX triplet: BE, 10 and 69. RGB value is (190,16,105). Sum of RGB (Red+Green+Blue) = 190+16+105=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1069 is #41EF96. Grayscale: #4D4D4D. Windows color (decimal): -4321175 or 6885566. OLE color: 6885566.

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

Color convert

RGB 190 16 105 -
CMYK 0 0.92 0.45 0.25
HSL 329.31º 0.84% 0.4% -
HSV(B) 329.31º 0.92% 0.75% -
XYZ 23.97 12.34 14.48 -
YUV 78.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 190 16 105 0 0.92 0.45 0.25 329.31 0.84 0.4
Hex BE 10 69 0 5C 2D 19 149 54 28
Octal 276 20 151 0 134 55 31 511 124 50
Binary 10111110 10000 1101001 0 1011100 101101 11001 101001001 1010100 101000

Color Harmonies of #BE1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1069

Black with #BE1069

Text Example


Text Example

White with #BE1069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1069; }

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

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

background-color css

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

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

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

border-color css

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

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

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