Html Css Color HEX #B81560 Jazzberry Jam

📋 copy color: '#B81560'

red 184 ◦ green 21 ◦ blue 96

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

Shades of Jazzberry Jam #B81560

Tints of Jazzberry Jam #B81560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 61.13%
G = 6.98%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B81560 (or 0xB81560) is known color: Jazzberry Jam. HEX triplet: B8, 15 and 60. RGB value is (184,21,96). Sum of RGB (Red+Green+Blue) = 184+21+96=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B81560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81560 is #47EA9F. Grayscale: #4E4E4E. Windows color (decimal): -4713120 or 6297016. OLE color: 6297016.

HSL color Cylindrical-coordinate representation of color #B81560: hue angle of 332.39º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81560 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 21 96 -
CMYK 0 0.89 0.48 0.28
HSL 332.39º 0.8% 0.4% -
HSV(B) 332.39º 0.89% 0.72% -
XYZ 22.15 11.57 12.13 -
YUV 78.29 138 203.4 -
System Red Green Blue C M Y K H S L
Decimal 184 21 96 0 0.89 0.48 0.28 332.39 0.8 0.4
Hex B8 15 60 0 59 30 1C 14C 50 28
Octal 270 25 140 0 131 60 34 514 120 50
Binary 10111000 10101 1100000 0 1011001 110000 11100 101001100 1010000 101000

Color Harmonies of #B81560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81560

Black with #B81560

Text Example


Text Example

White with #B81560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81560; }

 p { color: rgb(184,21,96); }

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

background-color css

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

 a { background-color: rgb(184,21,96); }

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

border-color css

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

 span { border-color: rgb(184,21,96); }

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