Html Css Color HEX #B2005B Jazzberry Jam

📋 copy color: '#B2005B'

red 178 ◦ green 0 ◦ blue 91

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

Shades of Jazzberry Jam #B2005B

Tints of Jazzberry Jam #B2005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 66.17%
G = 0%
B = 33.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2005B (or 0xB2005B) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 5B. RGB value is (178,0,91). Sum of RGB (Red+Green+Blue) = 178+0+91=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B2005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2005B is #4DFFA4. Grayscale: #3F3F3F. Windows color (decimal): -5111717 or 5963954. OLE color: 5963954.

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

Color convert

RGB 178 0 91 -
CMYK 0 1 0.49 0.30
HSL 329.33º 1% 0.35% -
HSV(B) 329.33º 1% 0.7% -
XYZ 20.25 10.22 10.8 -
YUV 63.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 178 0 91 0 1 0.49 0.30 329.33 1 0.35
Hex B2 0 5B 0 64 31 1E 149 64 23
Octal 262 0 133 0 144 61 36 511 144 43
Binary 10110010 0 1011011 0 1100100 110001 11110 101001001 1100100 100011

Color Harmonies of #B2005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2005B

Black with #B2005B

Text Example


Text Example

White with #B2005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2005B; }

 p { color: rgb(178,0,91); }

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

background-color css

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

 a { background-color: rgb(178,0,91); }

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

border-color css

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

 span { border-color: rgb(178,0,91); }

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