Html Css Color HEX #B21669 Jazzberry Jam

📋 copy color: '#B21669'

red 178 ◦ green 22 ◦ blue 105

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

Shades of Jazzberry Jam #B21669

Tints of Jazzberry Jam #B21669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 58.36%
G = 7.21%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B21669 (or 0xB21669) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 69. RGB value is (178,22,105). Sum of RGB (Red+Green+Blue) = 178+22+105=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B21669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21669 is #4DE996. Grayscale: #4D4D4D. Windows color (decimal): -5106071 or 6887090. OLE color: 6887090.

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

Color convert

RGB 178 22 105 -
CMYK 0 0.88 0.41 0.30
HSL 328.08º 0.78% 0.39% -
HSV(B) 328.08º 0.88% 0.7% -
XYZ 21.2 11.06 14.38 -
YUV 78.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 178 22 105 0 0.88 0.41 0.30 328.08 0.78 0.39
Hex B2 16 69 0 58 29 1E 148 4E 27
Octal 262 26 151 0 130 51 36 510 116 47
Binary 10110010 10110 1101001 0 1011000 101001 11110 101001000 1001110 100111

Color Harmonies of #B21669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21669

Black with #B21669

Text Example


Text Example

White with #B21669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21669; }

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

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

background-color css

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

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

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

border-color css

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

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

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