Html Css Color HEX #B21956 Jazzberry Jam

📋 copy color: '#B21956'

red 178 ◦ green 25 ◦ blue 86

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

Shades of Jazzberry Jam #B21956

Tints of Jazzberry Jam #B21956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 86 (33.98% from 255) = 29.76%

R = 61.59%
G = 8.65%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B21956 (or 0xB21956) is known color: Jazzberry Jam. HEX triplet: B2, 19 and 56. RGB value is (178,25,86). Sum of RGB (Red+Green+Blue) = 178+25+86=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B21956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21956 is #4DE6A9. Grayscale: #4D4D4D. Windows color (decimal): -5105322 or 5642674. OLE color: 5642674.

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

Color convert

RGB 178 25 86 -
CMYK 0 0.86 0.52 0.30
HSL 336.08º 0.75% 0.4% -
HSV(B) 336.08º 0.86% 0.7% -
XYZ 20.39 10.83 9.82 -
YUV 77.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 178 25 86 0 0.86 0.52 0.30 336.08 0.75 0.4
Hex B2 19 56 0 56 34 1E 150 4B 28
Octal 262 31 126 0 126 64 36 520 113 50
Binary 10110010 11001 1010110 0 1010110 110100 11110 101010000 1001011 101000

Color Harmonies of #B21956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21956

Black with #B21956

Text Example


Text Example

White with #B21956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21956; }

 p { color: rgb(178,25,86); }

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

background-color css

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

 a { background-color: rgb(178,25,86); }

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

border-color css

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

 span { border-color: rgb(178,25,86); }

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