Html Css Color HEX #B20758 Jazzberry Jam

📋 copy color: '#B20758'

red 178 ◦ green 7 ◦ blue 88

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

Shades of Jazzberry Jam #B20758

Tints of Jazzberry Jam #B20758

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 65.2%
G = 2.56%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B20758 (or 0xB20758) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 58. RGB value is (178,7,88). Sum of RGB (Red+Green+Blue) = 178+7+88=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B20758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20758 is #4DF8A7. Grayscale: #434343. Windows color (decimal): -5109928 or 5769138. OLE color: 5769138.

HSL color Cylindrical-coordinate representation of color #B20758: hue angle of 331.58º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20758 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 88 -
CMYK 0 0.96 0.51 0.30
HSL 331.58º 0.92% 0.36% -
HSV(B) 331.58º 0.96% 0.7% -
XYZ 20.2 10.32 10.16 -
YUV 67.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 178 7 88 0 0.96 0.51 0.30 331.58 0.92 0.36
Hex B2 7 58 0 60 33 1E 14C 5C 24
Octal 262 7 130 0 140 63 36 514 134 44
Binary 10110010 111 1011000 0 1100000 110011 11110 101001100 1011100 100100

Color Harmonies of #B20758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20758

Black with #B20758

Text Example


Text Example

White with #B20758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20758; }

 p { color: rgb(178,7,88); }

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

background-color css

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

 a { background-color: rgb(178,7,88); }

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

border-color css

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

 span { border-color: rgb(178,7,88); }

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