Html Css Color HEX #B20D57 Jazzberry Jam

📋 copy color: '#B20D57'

red 178 ◦ green 13 ◦ blue 87

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

Shades of Jazzberry Jam #B20D57

Tints of Jazzberry Jam #B20D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.29%

R = 64.03%
G = 4.68%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B20D57 (or 0xB20D57) is known color: Jazzberry Jam. HEX triplet: B2, 0D and 57. RGB value is (178,13,87). Sum of RGB (Red+Green+Blue) = 178+13+87=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D57 is #4DF2A8. Grayscale: #464646. Windows color (decimal): -5108393 or 5705138. OLE color: 5705138.

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

Color convert

RGB 178 13 87 -
CMYK 0 0.93 0.51 0.30
HSL 333.09º 0.86% 0.37% -
HSV(B) 333.09º 0.93% 0.7% -
XYZ 20.22 10.44 9.97 -
YUV 70.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 178 13 87 0 0.93 0.51 0.30 333.09 0.86 0.37
Hex B2 D 57 0 5D 33 1E 14D 56 25
Octal 262 15 127 0 135 63 36 515 126 45
Binary 10110010 1101 1010111 0 1011101 110011 11110 101001101 1010110 100101

Color Harmonies of #B20D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D57

Black with #B20D57

Text Example


Text Example

White with #B20D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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