Html Css Color HEX #B2146D Jazzberry Jam

📋 copy color: '#B2146D'

red 178 ◦ green 20 ◦ blue 109

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

Shades of Jazzberry Jam #B2146D

Tints of Jazzberry Jam #B2146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 57.98%
G = 6.51%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2146D (or 0xB2146D) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 6D. RGB value is (178,20,109). Sum of RGB (Red+Green+Blue) = 178+20+109=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2146D is #4DEB92. Grayscale: #4D4D4D. Windows color (decimal): -5106579 or 7148722. OLE color: 7148722.

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

Color convert

RGB 178 20 109 -
CMYK 0 0.89 0.39 0.30
HSL 326.2º 0.8% 0.39% -
HSV(B) 326.2º 0.89% 0.7% -
XYZ 21.37 11.07 15.48 -
YUV 77.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 178 20 109 0 0.89 0.39 0.30 326.2 0.8 0.39
Hex B2 14 6D 0 59 27 1E 146 50 27
Octal 262 24 155 0 131 47 36 506 120 47
Binary 10110010 10100 1101101 0 1011001 100111 11110 101000110 1010000 100111

Color Harmonies of #B2146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2146D

Black with #B2146D

Text Example


Text Example

White with #B2146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2146D; }

 p { color: rgb(178,20,109); }

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

background-color css

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

 a { background-color: rgb(178,20,109); }

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

border-color css

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

 span { border-color: rgb(178,20,109); }

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