Html Css Color HEX #BE185B Jazzberry Jam

📋 copy color: '#BE185B'

red 190 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #BE185B

Tints of Jazzberry Jam #BE185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 62.3%
G = 7.87%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE185B (or 0xBE185B) is known color: Jazzberry Jam. HEX triplet: BE, 18 and 5B. RGB value is (190,24,91). Sum of RGB (Red+Green+Blue) = 190+24+91=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE185B is #41E7A4. Grayscale: #515151. Windows color (decimal): -4319141 or 5970110. OLE color: 5970110.

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

Color convert

RGB 190 24 91 -
CMYK 0 0.87 0.52 0.25
HSL 335.78º 0.78% 0.42% -
HSV(B) 335.78º 0.87% 0.75% -
XYZ 23.45 12.36 11.05 -
YUV 81.27 133.5 205.55 -
System Red Green Blue C M Y K H S L
Decimal 190 24 91 0 0.87 0.52 0.25 335.78 0.78 0.42
Hex BE 18 5B 0 57 34 19 150 4E 2A
Octal 276 30 133 0 127 64 31 520 116 52
Binary 10111110 11000 1011011 0 1010111 110100 11001 101010000 1001110 101010

Color Harmonies of #BE185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE185B

Black with #BE185B

Text Example


Text Example

White with #BE185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE185B; }

 p { color: rgb(190,24,91); }

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

background-color css

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

 a { background-color: rgb(190,24,91); }

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

border-color css

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

 span { border-color: rgb(190,24,91); }

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