Html Css Color HEX #B2034C Jazzberry Jam

📋 copy color: '#B2034C'

red 178 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #B2034C

Tints of Jazzberry Jam #B2034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 69.26%
G = 1.17%
B = 29.57%

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

#B2034C (or 0xB2034C) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 4C. RGB value is (178,3,76). Sum of RGB (Red+Green+Blue) = 178+3+76=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2034C is #4DFCB3. Grayscale: #3F3F3F. Windows color (decimal): -5110964 or 4981682. OLE color: 4981682.

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

Color convert

RGB 178 3 76 -
CMYK 0 0.98 0.57 0.30
HSL 334.97º 0.97% 0.35% -
HSV(B) 334.97º 0.98% 0.7% -
XYZ 19.7 10.05 7.74 -
YUV 63.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 178 3 76 0 0.98 0.57 0.30 334.97 0.97 0.35
Hex B2 3 4C 0 62 39 1E 14F 61 23
Octal 262 3 114 0 142 71 36 517 141 43
Binary 10110010 11 1001100 0 1100010 111001 11110 101001111 1100001 100011

Color Harmonies of #B2034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2034C

Black with #B2034C

Text Example


Text Example

White with #B2034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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