Html Css Color HEX #B2004B Jazzberry Jam

📋 copy color: '#B2004B'

red 178 ◦ green 0 ◦ blue 75

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

Shades of Jazzberry Jam #B2004B

Tints of Jazzberry Jam #B2004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 70.36%
G = 0%
B = 29.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2004B (or 0xB2004B) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 4B. RGB value is (178,0,75). Sum of RGB (Red+Green+Blue) = 178+0+75=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B2004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2004B is #4DFFB4. Grayscale: #3D3D3D. Windows color (decimal): -5111733 or 4915378. OLE color: 4915378.

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

Color convert

RGB 178 0 75 -
CMYK 0 1 0.58 0.30
HSL 334.72º 1% 0.35% -
HSV(B) 334.72º 1% 0.7% -
XYZ 19.63 9.97 7.55 -
YUV 61.77 135.47 210.9 -
System Red Green Blue C M Y K H S L
Decimal 178 0 75 0 1 0.58 0.30 334.72 1 0.35
Hex B2 0 4B 0 64 3A 1E 14F 64 23
Octal 262 0 113 0 144 72 36 517 144 43
Binary 10110010 0 1001011 0 1100100 111010 11110 101001111 1100100 100011

Color Harmonies of #B2004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2004B

Black with #B2004B

Text Example


Text Example

White with #B2004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2004B; }

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

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

background-color css

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

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

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

border-color css

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

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

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