Html Css Color HEX #B20956 Jazzberry Jam

📋 copy color: '#B20956'

red 178 ◦ green 9 ◦ blue 86

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

Shades of Jazzberry Jam #B20956

Tints of Jazzberry Jam #B20956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 65.2%
G = 3.3%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B20956 (or 0xB20956) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 56. RGB value is (178,9,86). Sum of RGB (Red+Green+Blue) = 178+9+86=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B20956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20956 is #4DF6A9. Grayscale: #444444. Windows color (decimal): -5109418 or 5638578. OLE color: 5638578.

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

Color convert

RGB 178 9 86 -
CMYK 0 0.95 0.52 0.30
HSL 332.66º 0.9% 0.37% -
HSV(B) 332.66º 0.95% 0.7% -
XYZ 20.14 10.33 9.74 -
YUV 68.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 178 9 86 0 0.95 0.52 0.30 332.66 0.9 0.37
Hex B2 9 56 0 5F 34 1E 14D 5A 25
Octal 262 11 126 0 137 64 36 515 132 45
Binary 10110010 1001 1010110 0 1011111 110100 11110 101001101 1011010 100101

Color Harmonies of #B20956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20956

Black with #B20956

Text Example


Text Example

White with #B20956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20956; }

 p { color: rgb(178,9,86); }

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

background-color css

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

 a { background-color: rgb(178,9,86); }

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

border-color css

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

 span { border-color: rgb(178,9,86); }

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