Html Css Color HEX #BE165C Jazzberry Jam

📋 copy color: '#BE165C'

red 190 ◦ green 22 ◦ blue 92

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

Shades of Jazzberry Jam #BE165C

Tints of Jazzberry Jam #BE165C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.24%

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

R = 62.5%
G = 7.24%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE165C (or 0xBE165C) is known color: Jazzberry Jam. HEX triplet: BE, 16 and 5C. RGB value is (190,22,92). Sum of RGB (Red+Green+Blue) = 190+22+92=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE165C is #41E9A3. Grayscale: #505050. Windows color (decimal): -4319652 or 6035134. OLE color: 6035134.

HSL color Cylindrical-coordinate representation of color #BE165C: hue angle of 335º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE165C is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 22 92 -
CMYK 0 0.88 0.52 0.25
HSL 335º 0.79% 0.42% -
HSV(B) 335º 0.88% 0.75% -
XYZ 23.45 12.29 11.26 -
YUV 80.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 190 22 92 0 0.88 0.52 0.25 335 0.79 0.42
Hex BE 16 5C 0 58 34 19 14F 4F 2A
Octal 276 26 134 0 130 64 31 517 117 52
Binary 10111110 10110 1011100 0 1011000 110100 11001 101001111 1001111 101010

Color Harmonies of #BE165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE165C

Black with #BE165C

Text Example


Text Example

White with #BE165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE165C; }

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

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

background-color css

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

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

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

border-color css

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

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

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