Html Css Color HEX #B20844 Jazzberry Jam

📋 copy color: '#B20844'

red 178 ◦ green 8 ◦ blue 68

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

Shades of Jazzberry Jam #B20844

Tints of Jazzberry Jam #B20844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 70.08%
G = 3.15%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B20844 (or 0xB20844) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 44. RGB value is (178,8,68). Sum of RGB (Red+Green+Blue) = 178+8+68=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B20844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20844 is #4DF7BB. Grayscale: #414141. Windows color (decimal): -5109692 or 4458674. OLE color: 4458674.

HSL color Cylindrical-coordinate representation of color #B20844: hue angle of 338.82º degrees, saturation: 0.91, 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 #B20844 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 68 -
CMYK 0 0.96 0.62 0.30
HSL 338.82º 0.91% 0.36% -
HSV(B) 338.82º 0.96% 0.7% -
XYZ 19.49 10.06 6.38 -
YUV 65.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 178 8 68 0 0.96 0.62 0.30 338.82 0.91 0.36
Hex B2 8 44 0 60 3E 1E 153 5B 24
Octal 262 10 104 0 140 76 36 523 133 44
Binary 10110010 1000 1000100 0 1100000 111110 11110 101010011 1011011 100100

Color Harmonies of #B20844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20844

Black with #B20844

Text Example


Text Example

White with #B20844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20844; }

 p { color: rgb(178,8,68); }

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

background-color css

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

 a { background-color: rgb(178,8,68); }

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

border-color css

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

 span { border-color: rgb(178,8,68); }

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