Html Css Color HEX #B21866 Jazzberry Jam

📋 copy color: '#B21866'

red 178 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #B21866

Tints of Jazzberry Jam #B21866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 58.55%
G = 7.89%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B21866 (or 0xB21866) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 66. RGB value is (178,24,102). Sum of RGB (Red+Green+Blue) = 178+24+102=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B21866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21866 is #4DE799. Grayscale: #4E4E4E. Windows color (decimal): -5105562 or 6690994. OLE color: 6690994.

HSL color Cylindrical-coordinate representation of color #B21866: hue angle of 329.61º 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 #B21866 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 102 -
CMYK 0 0.87 0.43 0.30
HSL 329.61º 0.76% 0.4% -
HSV(B) 329.61º 0.87% 0.7% -
XYZ 21.09 11.08 13.6 -
YUV 78.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 178 24 102 0 0.87 0.43 0.30 329.61 0.76 0.4
Hex B2 18 66 0 57 2B 1E 14A 4C 28
Octal 262 30 146 0 127 53 36 512 114 50
Binary 10110010 11000 1100110 0 1010111 101011 11110 101001010 1001100 101000

Color Harmonies of #B21866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21866

Black with #B21866

Text Example


Text Example

White with #B21866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21866; }

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

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

background-color css

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

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

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

border-color css

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

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

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