Html Css Color HEX #BE075C Jazzberry Jam

📋 copy color: '#BE075C'

red 190 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #BE075C

Tints of Jazzberry Jam #BE075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.83%

R = 65.74%
G = 2.42%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE075C (or 0xBE075C) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 5C. RGB value is (190,7,92). Sum of RGB (Red+Green+Blue) = 190+7+92=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE075C is #41F8A3. Grayscale: #474747. Windows color (decimal): -4323492 or 6031294. OLE color: 6031294.

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

Color convert

RGB 190 7 92 -
CMYK 0 0.96 0.52 0.25
HSL 332.13º 0.93% 0.39% -
HSV(B) 332.13º 0.96% 0.75% -
XYZ 23.24 11.87 11.19 -
YUV 71.41 139.63 212.59 -
System Red Green Blue C M Y K H S L
Decimal 190 7 92 0 0.96 0.52 0.25 332.13 0.93 0.39
Hex BE 7 5C 0 60 34 19 14C 5D 27
Octal 276 7 134 0 140 64 31 514 135 47
Binary 10111110 111 1011100 0 1100000 110100 11001 101001100 1011101 100111

Color Harmonies of #BE075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE075C

Black with #BE075C

Text Example


Text Example

White with #BE075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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