Html Css Color HEX #B20059 Jazzberry Jam

📋 copy color: '#B20059'

red 178 ◦ green 0 ◦ blue 89

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

Shades of Jazzberry Jam #B20059

Tints of Jazzberry Jam #B20059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B20059 (or 0xB20059) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 59. RGB value is (178,0,89). Sum of RGB (Red+Green+Blue) = 178+0+89=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B20059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20059 is #4DFFA6. Grayscale: #3F3F3F. Windows color (decimal): -5111719 or 5832882. OLE color: 5832882.

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

Color convert

RGB 178 0 89 -
CMYK 0 1 0.5 0.30
HSL 330º 1% 0.35% -
HSV(B) 330º 1% 0.7% -
XYZ 20.16 10.19 10.35 -
YUV 63.37 142.47 209.76 -
System Red Green Blue C M Y K H S L
Decimal 178 0 89 0 1 0.5 0.30 330 1 0.35
Hex B2 0 59 0 64 32 1E 14A 64 23
Octal 262 0 131 0 144 62 36 512 144 43
Binary 10110010 0 1011001 0 1100100 110010 11110 101001010 1100100 100011

Color Harmonies of #B20059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20059

Black with #B20059

Text Example


Text Example

White with #B20059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20059; }

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

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

background-color css

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

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

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

border-color css

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

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

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