Html Css Color HEX #B2195E Jazzberry Jam

📋 copy color: '#B2195E'

red 178 ◦ green 25 ◦ blue 94

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

Shades of Jazzberry Jam #B2195E

Tints of Jazzberry Jam #B2195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

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

R = 59.93%
G = 8.42%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2195E (or 0xB2195E) is known color: Jazzberry Jam. HEX triplet: B2, 19 and 5E. RGB value is (178,25,94). Sum of RGB (Red+Green+Blue) = 178+25+94=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B2195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2195E is #4DE6A1. Grayscale: #4E4E4E. Windows color (decimal): -5105314 or 6166962. OLE color: 6166962.

HSL color Cylindrical-coordinate representation of color #B2195E: hue angle of 332.94º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2195E is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 94 -
CMYK 0 0.86 0.47 0.30
HSL 332.94º 0.75% 0.4% -
HSV(B) 332.94º 0.86% 0.7% -
XYZ 20.73 10.97 11.61 -
YUV 78.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 178 25 94 0 0.86 0.47 0.30 332.94 0.75 0.4
Hex B2 19 5E 0 56 2F 1E 14D 4B 28
Octal 262 31 136 0 126 57 36 515 113 50
Binary 10110010 11001 1011110 0 1010110 101111 11110 101001101 1001011 101000

Color Harmonies of #B2195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2195E

Black with #B2195E

Text Example


Text Example

White with #B2195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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