Html Css Color HEX #B20257 Jazzberry Jam

📋 copy color: '#B20257'

red 178 ◦ green 2 ◦ blue 87

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

Shades of Jazzberry Jam #B20257

Tints of Jazzberry Jam #B20257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 66.67%
G = 0.75%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B20257 (or 0xB20257) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 57. RGB value is (178,2,87). Sum of RGB (Red+Green+Blue) = 178+2+87=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B20257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20257 is #4DFDA8. Grayscale: #404040. Windows color (decimal): -5111209 or 5702322. OLE color: 5702322.

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

Color convert

RGB 178 2 87 -
CMYK 0 0.99 0.51 0.30
HSL 331.02º 0.98% 0.35% -
HSV(B) 331.02º 0.99% 0.7% -
XYZ 20.1 10.2 9.93 -
YUV 64.31 140.81 209.09 -
System Red Green Blue C M Y K H S L
Decimal 178 2 87 0 0.99 0.51 0.30 331.02 0.98 0.35
Hex B2 2 57 0 63 33 1E 14B 62 23
Octal 262 2 127 0 143 63 36 513 142 43
Binary 10110010 10 1010111 0 1100011 110011 11110 101001011 1100010 100011

Color Harmonies of #B20257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20257

Black with #B20257

Text Example


Text Example

White with #B20257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20257; }

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

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

background-color css

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

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

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

border-color css

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

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

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