Html Css Color HEX #B81E64 Jazzberry Jam

📋 copy color: '#B81E64'

red 184 ◦ green 30 ◦ blue 100

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

Shades of Jazzberry Jam #B81E64

Tints of Jazzberry Jam #B81E64

RGB

 RED value IS 184 (72.27% from 255) = 58.6%

 GREEN value IS 30 (12.11% from 255) = 9.55%

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 58.6%
G = 9.55%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B81E64 (or 0xB81E64) is known color: Jazzberry Jam. HEX triplet: B8, 1E and 64. RGB value is (184,30,100). Sum of RGB (Red+Green+Blue) = 184+30+100=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81E64 is #47E19B. Grayscale: #535353. Windows color (decimal): -4710812 or 6561464. OLE color: 6561464.

HSL color Cylindrical-coordinate representation of color #B81E64: hue angle of 332.73º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81E64 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 30 100 -
CMYK 0 0.84 0.46 0.28
HSL 332.73º 0.72% 0.42% -
HSV(B) 332.73º 0.84% 0.72% -
XYZ 22.53 12.04 13.19 -
YUV 84.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 184 30 100 0 0.84 0.46 0.28 332.73 0.72 0.42
Hex B8 1E 64 0 54 2E 1C 14D 48 2A
Octal 270 36 144 0 124 56 34 515 110 52
Binary 10111000 11110 1100100 0 1010100 101110 11100 101001101 1001000 101010

Color Harmonies of #B81E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E64

Black with #B81E64

Text Example


Text Example

White with #B81E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E64; }

 p { color: rgb(184,30,100); }

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

background-color css

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

 a { background-color: rgb(184,30,100); }

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

border-color css

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

 span { border-color: rgb(184,30,100); }

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