Html Css Color HEX #B20948 Jazzberry Jam

📋 copy color: '#B20948'

red 178 ◦ green 9 ◦ blue 72

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

Shades of Jazzberry Jam #B20948

Tints of Jazzberry Jam #B20948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.8%

R = 68.73%
G = 3.47%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B20948 (or 0xB20948) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 48. RGB value is (178,9,72). Sum of RGB (Red+Green+Blue) = 178+9+72=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B20948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20948 is #4DF6B7. Grayscale: #424242. Windows color (decimal): -5109432 or 4721074. OLE color: 4721074.

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

Color convert

RGB 178 9 72 -
CMYK 0 0.95 0.60 0.30
HSL 337.63º 0.9% 0.37% -
HSV(B) 337.63º 0.95% 0.7% -
XYZ 19.63 10.13 7.05 -
YUV 66.71 130.99 207.38 -
System Red Green Blue C M Y K H S L
Decimal 178 9 72 0 0.95 0.60 0.30 337.63 0.9 0.37
Hex B2 9 48 0 5F 3C 1E 152 5A 25
Octal 262 11 110 0 137 74 36 522 132 45
Binary 10110010 1001 1001000 0 1011111 111100 11110 101010010 1011010 100101

Color Harmonies of #B20948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20948

Black with #B20948

Text Example


Text Example

White with #B20948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20948; }

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

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

background-color css

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

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

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

border-color css

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

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

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