Html Css Color HEX #B20D69 Jazzberry Jam

📋 copy color: '#B20D69'

red 178 ◦ green 13 ◦ blue 105

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

Shades of Jazzberry Jam #B20D69

Tints of Jazzberry Jam #B20D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.39%

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 60.14%
G = 4.39%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B20D69 (or 0xB20D69) is known color: Jazzberry Jam. HEX triplet: B2, 0D and 69. RGB value is (178,13,105). Sum of RGB (Red+Green+Blue) = 178+13+105=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D69 is #4DF296. Grayscale: #484848. Windows color (decimal): -5108375 or 6884786. OLE color: 6884786.

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

Color convert

RGB 178 13 105 -
CMYK 0 0.93 0.41 0.30
HSL 326.55º 0.86% 0.37% -
HSV(B) 326.55º 0.93% 0.7% -
XYZ 21.05 10.77 14.33 -
YUV 72.82 146.16 203.02 -
System Red Green Blue C M Y K H S L
Decimal 178 13 105 0 0.93 0.41 0.30 326.55 0.86 0.37
Hex B2 D 69 0 5D 29 1E 147 56 25
Octal 262 15 151 0 135 51 36 507 126 45
Binary 10110010 1101 1101001 0 1011101 101001 11110 101000111 1010110 100101

Color Harmonies of #B20D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D69

Black with #B20D69

Text Example


Text Example

White with #B20D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D69; }

 p { color: rgb(178,13,105); }

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

background-color css

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

 a { background-color: rgb(178,13,105); }

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

border-color css

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

 span { border-color: rgb(178,13,105); }

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