Html Css Color HEX #BE076B Jazzberry Jam

📋 copy color: '#BE076B'

red 190 ◦ green 7 ◦ blue 107

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

Shades of Jazzberry Jam #BE076B

Tints of Jazzberry Jam #BE076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 62.5%
G = 2.3%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE076B (or 0xBE076B) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 6B. RGB value is (190,7,107). Sum of RGB (Red+Green+Blue) = 190+7+107=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE076B is #41F894. Grayscale: #484848. Windows color (decimal): -4323477 or 7014334. OLE color: 7014334.

HSL color Cylindrical-coordinate representation of color #BE076B: hue angle of 327.21º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE076B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 7 107 -
CMYK 0 0.96 0.44 0.25
HSL 327.21º 0.93% 0.39% -
HSV(B) 327.21º 0.96% 0.75% -
XYZ 23.97 12.16 14.99 -
YUV 73.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 190 7 107 0 0.96 0.44 0.25 327.21 0.93 0.39
Hex BE 7 6B 0 60 2C 19 147 5D 27
Octal 276 7 153 0 140 54 31 507 135 47
Binary 10111110 111 1101011 0 1100000 101100 11001 101000111 1011101 100111

Color Harmonies of #BE076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE076B

Black with #BE076B

Text Example


Text Example

White with #BE076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE076B; }

 p { color: rgb(190,7,107); }

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

background-color css

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

 a { background-color: rgb(190,7,107); }

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

border-color css

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

 span { border-color: rgb(190,7,107); }

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