Html Css Color HEX #B2004D Jazzberry Jam

📋 copy color: '#B2004D'

red 178 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #B2004D

Tints of Jazzberry Jam #B2004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 69.8%
G = 0%
B = 30.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2004D (or 0xB2004D) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 4D. RGB value is (178,0,77). Sum of RGB (Red+Green+Blue) = 178+0+77=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B2004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2004D is #4DFFB2. Grayscale: #3D3D3D. Windows color (decimal): -5111731 or 5046450. OLE color: 5046450.

HSL color Cylindrical-coordinate representation of color #B2004D: hue angle of 334.04º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2004D is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 77 -
CMYK 0 1 0.57 0.30
HSL 334.05º 1% 0.35% -
HSV(B) 334.05º 1% 0.7% -
XYZ 19.7 10 7.91 -
YUV 62 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 178 0 77 0 1 0.57 0.30 334.05 1 0.35
Hex B2 0 4D 0 64 39 1E 14E 64 23
Octal 262 0 115 0 144 71 36 516 144 43
Binary 10110010 0 1001101 0 1100100 111001 11110 101001110 1100100 100011

Color Harmonies of #B2004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2004D

Black with #B2004D

Text Example


Text Example

White with #B2004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2004D; }

 p { color: rgb(178,0,77); }

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

background-color css

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

 a { background-color: rgb(178,0,77); }

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

border-color css

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

 span { border-color: rgb(178,0,77); }

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