Html Css Color HEX #B21658 Jazzberry Jam

📋 copy color: '#B21658'

red 178 ◦ green 22 ◦ blue 88

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

Shades of Jazzberry Jam #B21658

Tints of Jazzberry Jam #B21658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.64%

 BLUE value IS 88 (34.77% from 255) = 30.56%

R = 61.81%
G = 7.64%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B21658 (or 0xB21658) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 58. RGB value is (178,22,88). Sum of RGB (Red+Green+Blue) = 178+22+88=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B21658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21658 is #4DE9A7. Grayscale: #4C4C4C. Windows color (decimal): -5106088 or 5772978. OLE color: 5772978.

HSL color Cylindrical-coordinate representation of color #B21658: hue angle of 334.62º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21658 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 22 88 -
CMYK 0 0.88 0.51 0.30
HSL 334.62º 0.78% 0.39% -
HSV(B) 334.62º 0.88% 0.7% -
XYZ 20.41 10.74 10.23 -
YUV 76.17 134.68 200.63 -
System Red Green Blue C M Y K H S L
Decimal 178 22 88 0 0.88 0.51 0.30 334.62 0.78 0.39
Hex B2 16 58 0 58 33 1E 14F 4E 27
Octal 262 26 130 0 130 63 36 517 116 47
Binary 10110010 10110 1011000 0 1011000 110011 11110 101001111 1001110 100111

Color Harmonies of #B21658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21658

Black with #B21658

Text Example


Text Example

White with #B21658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21658; }

 p { color: rgb(178,22,88); }

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

background-color css

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

 a { background-color: rgb(178,22,88); }

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

border-color css

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

 span { border-color: rgb(178,22,88); }

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