Html Css Color HEX #BE185D Jazzberry Jam

📋 copy color: '#BE185D'

red 190 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #BE185D

Tints of Jazzberry Jam #BE185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 61.89%
G = 7.82%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE185D (or 0xBE185D) is known color: Jazzberry Jam. HEX triplet: BE, 18 and 5D. RGB value is (190,24,93). Sum of RGB (Red+Green+Blue) = 190+24+93=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE185D is #41E7A2. Grayscale: #515151. Windows color (decimal): -4319139 or 6101182. OLE color: 6101182.

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

Color convert

RGB 190 24 93 -
CMYK 0 0.87 0.51 0.25
HSL 335.06º 0.78% 0.42% -
HSV(B) 335.06º 0.87% 0.75% -
XYZ 23.54 12.39 11.51 -
YUV 81.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 190 24 93 0 0.87 0.51 0.25 335.06 0.78 0.42
Hex BE 18 5D 0 57 33 19 14F 4E 2A
Octal 276 30 135 0 127 63 31 517 116 52
Binary 10111110 11000 1011101 0 1010111 110011 11001 101001111 1001110 101010

Color Harmonies of #BE185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE185D

Black with #BE185D

Text Example


Text Example

White with #BE185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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