Html Css Color HEX #B2155D Jazzberry Jam

📋 copy color: '#B2155D'

red 178 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #B2155D

Tints of Jazzberry Jam #B2155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.19%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 60.96%
G = 7.19%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2155D (or 0xB2155D) is known color: Jazzberry Jam. HEX triplet: B2, 15 and 5D. RGB value is (178,21,93). Sum of RGB (Red+Green+Blue) = 178+21+93=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2155D is #4DEAA2. Grayscale: #4C4C4C. Windows color (decimal): -5106339 or 6100402. OLE color: 6100402.

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

Color convert

RGB 178 21 93 -
CMYK 0 0.88 0.48 0.30
HSL 332.48º 0.79% 0.39% -
HSV(B) 332.48º 0.88% 0.7% -
XYZ 20.6 10.79 11.35 -
YUV 76.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 178 21 93 0 0.88 0.48 0.30 332.48 0.79 0.39
Hex B2 15 5D 0 58 30 1E 14C 4F 27
Octal 262 25 135 0 130 60 36 514 117 47
Binary 10110010 10101 1011101 0 1011000 110000 11110 101001100 1001111 100111

Color Harmonies of #B2155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2155D

Black with #B2155D

Text Example


Text Example

White with #B2155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2155D; }

 p { color: rgb(178,21,93); }

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

background-color css

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

 a { background-color: rgb(178,21,93); }

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

border-color css

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

 span { border-color: rgb(178,21,93); }

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