Html Css Color HEX #B2155E Jazzberry Jam

📋 copy color: '#B2155E'

red 178 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #B2155E

Tints of Jazzberry Jam #B2155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 60.75%
G = 7.17%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2155E (or 0xB2155E) is known color: Jazzberry Jam. HEX triplet: B2, 15 and 5E. RGB value is (178,21,94). Sum of RGB (Red+Green+Blue) = 178+21+94=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2155E is #4DEAA1. Grayscale: #4C4C4C. Windows color (decimal): -5106338 or 6165938. OLE color: 6165938.

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

Color convert

RGB 178 21 94 -
CMYK 0 0.88 0.47 0.30
HSL 332.1º 0.79% 0.39% -
HSV(B) 332.1º 0.88% 0.7% -
XYZ 20.65 10.81 11.59 -
YUV 76.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 178 21 94 0 0.88 0.47 0.30 332.1 0.79 0.39
Hex B2 15 5E 0 58 2F 1E 14C 4F 27
Octal 262 25 136 0 130 57 36 514 117 47
Binary 10110010 10101 1011110 0 1011000 101111 11110 101001100 1001111 100111

Color Harmonies of #B2155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2155E

Black with #B2155E

Text Example


Text Example

White with #B2155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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