Html Css Color HEX #BE0B5E Jazzberry Jam

📋 copy color: '#BE0B5E'

red 190 ◦ green 11 ◦ blue 94

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

Shades of Jazzberry Jam #BE0B5E

Tints of Jazzberry Jam #BE0B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.73%

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

R = 64.41%
G = 3.73%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE0B5E (or 0xBE0B5E) is known color: Jazzberry Jam. HEX triplet: BE, 0B and 5E. RGB value is (190,11,94). Sum of RGB (Red+Green+Blue) = 190+11+94=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0B5E is #41F4A1. Grayscale: #494949. Windows color (decimal): -4322466 or 6163390. OLE color: 6163390.

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

Color convert

RGB 190 11 94 -
CMYK 0 0.94 0.51 0.25
HSL 332.18º 0.89% 0.39% -
HSV(B) 332.18º 0.94% 0.75% -
XYZ 23.38 11.99 11.67 -
YUV 73.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 190 11 94 0 0.94 0.51 0.25 332.18 0.89 0.39
Hex BE B 5E 0 5E 33 19 14C 59 27
Octal 276 13 136 0 136 63 31 514 131 47
Binary 10111110 1011 1011110 0 1011110 110011 11001 101001100 1011001 100111

Color Harmonies of #BE0B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0B5E

Black with #BE0B5E

Text Example


Text Example

White with #BE0B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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