Html Css Color HEX #B21860 Jazzberry Jam

📋 copy color: '#B21860'

red 178 ◦ green 24 ◦ blue 96

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

Shades of Jazzberry Jam #B21860

Tints of Jazzberry Jam #B21860

RGB

 RED value IS 178 (69.92% from 255) = 59.73%

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

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

R = 59.73%
G = 8.05%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B21860 (or 0xB21860) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 60. RGB value is (178,24,96). Sum of RGB (Red+Green+Blue) = 178+24+96=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B21860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21860 is #4DE79F. Grayscale: #4E4E4E. Windows color (decimal): -5105568 or 6297778. OLE color: 6297778.

HSL color Cylindrical-coordinate representation of color #B21860: hue angle of 331.95º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21860 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 96 -
CMYK 0 0.87 0.46 0.30
HSL 331.95º 0.76% 0.4% -
HSV(B) 331.95º 0.87% 0.7% -
XYZ 20.8 10.96 12.09 -
YUV 78.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 178 24 96 0 0.87 0.46 0.30 331.95 0.76 0.4
Hex B2 18 60 0 57 2E 1E 14C 4C 28
Octal 262 30 140 0 127 56 36 514 114 50
Binary 10110010 11000 1100000 0 1010111 101110 11110 101001100 1001100 101000

Color Harmonies of #B21860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21860

Black with #B21860

Text Example


Text Example

White with #B21860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21860; }

 p { color: rgb(178,24,96); }

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

background-color css

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

 a { background-color: rgb(178,24,96); }

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

border-color css

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

 span { border-color: rgb(178,24,96); }

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