Html Css Color HEX #B2024C Jazzberry Jam

📋 copy color: '#B2024C'

red 178 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #B2024C

Tints of Jazzberry Jam #B2024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 69.53%
G = 0.78%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2024C (or 0xB2024C) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 4C. RGB value is (178,2,76). Sum of RGB (Red+Green+Blue) = 178+2+76=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2024C is #4DFDB3. Grayscale: #3E3E3E. Windows color (decimal): -5111220 or 4981426. OLE color: 4981426.

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

Color convert

RGB 178 2 76 -
CMYK 0 0.99 0.57 0.30
HSL 334.77º 0.98% 0.35% -
HSV(B) 334.77º 0.99% 0.7% -
XYZ 19.69 10.03 7.74 -
YUV 63.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 178 2 76 0 0.99 0.57 0.30 334.77 0.98 0.35
Hex B2 2 4C 0 63 39 1E 14F 62 23
Octal 262 2 114 0 143 71 36 517 142 43
Binary 10110010 10 1001100 0 1100011 111001 11110 101001111 1100010 100011

Color Harmonies of #B2024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2024C

Black with #B2024C

Text Example


Text Example

White with #B2024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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