Html Css Color HEX #BE0755 Jazzberry Jam

📋 copy color: '#BE0755'

red 190 ◦ green 7 ◦ blue 85

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

Shades of Jazzberry Jam #BE0755

Tints of Jazzberry Jam #BE0755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 67.38%
G = 2.48%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE0755 (or 0xBE0755) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 55. RGB value is (190,7,85). Sum of RGB (Red+Green+Blue) = 190+7+85=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0755 is #41F8AA. Grayscale: #464646. Windows color (decimal): -4323499 or 5572542. OLE color: 5572542.

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

Color convert

RGB 190 7 85 -
CMYK 0 0.96 0.55 0.25
HSL 334.43º 0.93% 0.39% -
HSV(B) 334.43º 0.96% 0.75% -
XYZ 22.95 11.75 9.65 -
YUV 70.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 190 7 85 0 0.96 0.55 0.25 334.43 0.93 0.39
Hex BE 7 55 0 60 37 19 14E 5D 27
Octal 276 7 125 0 140 67 31 516 135 47
Binary 10111110 111 1010101 0 1100000 110111 11001 101001110 1011101 100111

Color Harmonies of #BE0755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0755

Black with #BE0755

Text Example


Text Example

White with #BE0755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0755; }

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

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

background-color css

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

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

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

border-color css

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

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

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