Html Css Color HEX #BE0069 Jazzberry Jam

📋 copy color: '#BE0069'

red 190 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #BE0069

Tints of Jazzberry Jam #BE0069

RGB

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

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

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

R = 64.41%
G = 0%
B = 35.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE0069 (or 0xBE0069) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 69. RGB value is (190,0,105). Sum of RGB (Red+Green+Blue) = 190+0+105=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0069 is #41FF96. Grayscale: #444444. Windows color (decimal): -4325271 or 6881470. OLE color: 6881470.

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

Color convert

RGB 190 0 105 -
CMYK 0 1 0.45 0.25
HSL 326.84º 1% 0.37% -
HSV(B) 326.84º 1% 0.75% -
XYZ 23.79 11.97 14.42 -
YUV 68.78 148.45 214.46 -
System Red Green Blue C M Y K H S L
Decimal 190 0 105 0 1 0.45 0.25 326.84 1 0.37
Hex BE 0 69 0 64 2D 19 147 64 25
Octal 276 0 151 0 144 55 31 507 144 45
Binary 10111110 0 1101001 0 1100100 101101 11001 101000111 1100100 100101

Color Harmonies of #BE0069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0069

Black with #BE0069

Text Example


Text Example

White with #BE0069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0069; }

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

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

background-color css

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

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

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

border-color css

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

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

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