Html Css Color HEX #B2176D Jazzberry Jam

📋 copy color: '#B2176D'

red 178 ◦ green 23 ◦ blue 109

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

Shades of Jazzberry Jam #B2176D

Tints of Jazzberry Jam #B2176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 57.42%
G = 7.42%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2176D (or 0xB2176D) is known color: Jazzberry Jam. HEX triplet: B2, 17 and 6D. RGB value is (178,23,109). Sum of RGB (Red+Green+Blue) = 178+23+109=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2176D is #4DE892. Grayscale: #4E4E4E. Windows color (decimal): -5105811 or 7149490. OLE color: 7149490.

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

Color convert

RGB 178 23 109 -
CMYK 0 0.87 0.39 0.30
HSL 326.71º 0.77% 0.39% -
HSV(B) 326.71º 0.87% 0.7% -
XYZ 21.43 11.18 15.5 -
YUV 79.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 178 23 109 0 0.87 0.39 0.30 326.71 0.77 0.39
Hex B2 17 6D 0 57 27 1E 147 4D 27
Octal 262 27 155 0 127 47 36 507 115 47
Binary 10110010 10111 1101101 0 1010111 100111 11110 101000111 1001101 100111

Color Harmonies of #B2176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2176D

Black with #B2176D

Text Example


Text Example

White with #B2176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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