Html Css Color HEX #B2034D Jazzberry Jam

📋 copy color: '#B2034D'

red 178 ◦ green 3 ◦ blue 77

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

Shades of Jazzberry Jam #B2034D

Tints of Jazzberry Jam #B2034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 68.99%
G = 1.16%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2034D (or 0xB2034D) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 4D. RGB value is (178,3,77). Sum of RGB (Red+Green+Blue) = 178+3+77=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2034D is #4DFCB2. Grayscale: #3F3F3F. Windows color (decimal): -5110963 or 5047218. OLE color: 5047218.

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

Color convert

RGB 178 3 77 -
CMYK 0 0.98 0.57 0.30
HSL 334.63º 0.97% 0.35% -
HSV(B) 334.63º 0.98% 0.7% -
XYZ 19.73 10.07 7.92 -
YUV 63.76 135.48 209.48 -
System Red Green Blue C M Y K H S L
Decimal 178 3 77 0 0.98 0.57 0.30 334.63 0.97 0.35
Hex B2 3 4D 0 62 39 1E 14F 61 23
Octal 262 3 115 0 142 71 36 517 141 43
Binary 10110010 11 1001101 0 1100010 111001 11110 101001111 1100001 100011

Color Harmonies of #B2034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2034D

Black with #B2034D

Text Example


Text Example

White with #B2034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2034D; }

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

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

background-color css

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

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

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

border-color css

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

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

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