Html Css Color HEX #BE0D5E Jazzberry Jam

📋 copy color: '#BE0D5E'

red 190 ◦ green 13 ◦ blue 94

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

Shades of Jazzberry Jam #BE0D5E

Tints of Jazzberry Jam #BE0D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.38%

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 63.97%
G = 4.38%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE0D5E (or 0xBE0D5E) is known color: Jazzberry Jam. HEX triplet: BE, 0D and 5E. RGB value is (190,13,94). Sum of RGB (Red+Green+Blue) = 190+13+94=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0D5E is #41F2A1. Grayscale: #4B4B4B. Windows color (decimal): -4321954 or 6163902. OLE color: 6163902.

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

Color convert

RGB 190 13 94 -
CMYK 0 0.93 0.51 0.25
HSL 332.54º 0.87% 0.4% -
HSV(B) 332.54º 0.93% 0.75% -
XYZ 23.4 12.04 11.68 -
YUV 75.16 138.64 209.91 -
System Red Green Blue C M Y K H S L
Decimal 190 13 94 0 0.93 0.51 0.25 332.54 0.87 0.4
Hex BE D 5E 0 5D 33 19 14D 57 28
Octal 276 15 136 0 135 63 31 515 127 50
Binary 10111110 1101 1011110 0 1011101 110011 11001 101001101 1010111 101000

Color Harmonies of #BE0D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0D5E

Black with #BE0D5E

Text Example


Text Example

White with #BE0D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0D5E; }

 p { color: rgb(190,13,94); }

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

background-color css

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

 a { background-color: rgb(190,13,94); }

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

border-color css

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

 span { border-color: rgb(190,13,94); }

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