Html Css Color HEX #B20150 Jazzberry Jam

📋 copy color: '#B20150'

red 178 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #B20150

Tints of Jazzberry Jam #B20150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 68.73%
G = 0.39%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B20150 (or 0xB20150) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 50. RGB value is (178,1,80). Sum of RGB (Red+Green+Blue) = 178+1+80=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B20150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20150 is #4DFEAF. Grayscale: #3E3E3E. Windows color (decimal): -5111472 or 5243314. OLE color: 5243314.

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

Color convert

RGB 178 1 80 -
CMYK 0 0.99 0.55 0.30
HSL 333.22º 0.99% 0.35% -
HSV(B) 333.22º 0.99% 0.7% -
XYZ 19.82 10.07 8.49 -
YUV 62.93 137.64 210.08 -
System Red Green Blue C M Y K H S L
Decimal 178 1 80 0 0.99 0.55 0.30 333.22 0.99 0.35
Hex B2 1 50 0 63 37 1E 14D 63 23
Octal 262 1 120 0 143 67 36 515 143 43
Binary 10110010 1 1010000 0 1100011 110111 11110 101001101 1100011 100011

Color Harmonies of #B20150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20150

Black with #B20150

Text Example


Text Example

White with #B20150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20150; }

 p { color: rgb(178,1,80); }

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

background-color css

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

 a { background-color: rgb(178,1,80); }

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

border-color css

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

 span { border-color: rgb(178,1,80); }

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