Html Css Color HEX #B2004F Jazzberry Jam

📋 copy color: '#B2004F'

red 178 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #B2004F

Tints of Jazzberry Jam #B2004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 69.26%
G = 0%
B = 30.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2004F (or 0xB2004F) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 4F. RGB value is (178,0,79). Sum of RGB (Red+Green+Blue) = 178+0+79=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2004F is #4DFFB0. Grayscale: #3E3E3E. Windows color (decimal): -5111729 or 5177522. OLE color: 5177522.

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

Color convert

RGB 178 0 79 -
CMYK 0 1 0.56 0.30
HSL 333.37º 1% 0.35% -
HSV(B) 333.37º 1% 0.7% -
XYZ 19.77 10.03 8.29 -
YUV 62.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 178 0 79 0 1 0.56 0.30 333.37 1 0.35
Hex B2 0 4F 0 64 38 1E 14D 64 23
Octal 262 0 117 0 144 70 36 515 144 43
Binary 10110010 0 1001111 0 1100100 111000 11110 101001101 1100100 100011

Color Harmonies of #B2004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2004F

Black with #B2004F

Text Example


Text Example

White with #B2004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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