Html Css Color HEX #BE105C Jazzberry Jam

📋 copy color: '#BE105C'

red 190 ◦ green 16 ◦ blue 92

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

Shades of Jazzberry Jam #BE105C

Tints of Jazzberry Jam #BE105C

RGB

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

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

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

R = 63.76%
G = 5.37%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE105C (or 0xBE105C) is known color: Jazzberry Jam. HEX triplet: BE, 10 and 5C. RGB value is (190,16,92). Sum of RGB (Red+Green+Blue) = 190+16+92=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE105C is #41EFA3. Grayscale: #4C4C4C. Windows color (decimal): -4321188 or 6033598. OLE color: 6033598.

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

Color convert

RGB 190 16 92 -
CMYK 0 0.92 0.52 0.25
HSL 333.79º 0.84% 0.4% -
HSV(B) 333.79º 0.92% 0.75% -
XYZ 23.35 12.09 11.23 -
YUV 76.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 190 16 92 0 0.92 0.52 0.25 333.79 0.84 0.4
Hex BE 10 5C 0 5C 34 19 14E 54 28
Octal 276 20 134 0 134 64 31 516 124 50
Binary 10111110 10000 1011100 0 1011100 110100 11001 101001110 1010100 101000

Color Harmonies of #BE105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE105C

Black with #BE105C

Text Example


Text Example

White with #BE105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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