Html Css Color HEX #B2155C Jazzberry Jam

📋 copy color: '#B2155C'

red 178 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #B2155C

Tints of Jazzberry Jam #B2155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.62%

R = 61.17%
G = 7.22%
B = 31.62%

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

#B2155C (or 0xB2155C) is known color: Jazzberry Jam. HEX triplet: B2, 15 and 5C. RGB value is (178,21,92). Sum of RGB (Red+Green+Blue) = 178+21+92=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2155C is #4DEAA3. Grayscale: #4B4B4B. Windows color (decimal): -5106340 or 6034866. OLE color: 6034866.

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

Color convert

RGB 178 21 92 -
CMYK 0 0.88 0.48 0.30
HSL 332.87º 0.79% 0.39% -
HSV(B) 332.87º 0.88% 0.7% -
XYZ 20.56 10.77 11.12 -
YUV 76.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 178 21 92 0 0.88 0.48 0.30 332.87 0.79 0.39
Hex B2 15 5C 0 58 30 1E 14D 4F 27
Octal 262 25 134 0 130 60 36 515 117 47
Binary 10110010 10101 1011100 0 1011000 110000 11110 101001101 1001111 100111

Color Harmonies of #B2155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2155C

Black with #B2155C

Text Example


Text Example

White with #B2155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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