Html Css Color HEX #B2014C Jazzberry Jam

📋 copy color: '#B2014C'

red 178 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #B2014C

Tints of Jazzberry Jam #B2014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 69.8%
G = 0.39%
B = 29.8%

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

#B2014C (or 0xB2014C) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 4C. RGB value is (178,1,76). Sum of RGB (Red+Green+Blue) = 178+1+76=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B2014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2014C is #4DFEB3. Grayscale: #3E3E3E. Windows color (decimal): -5111476 or 4981170. OLE color: 4981170.

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

Color convert

RGB 178 1 76 -
CMYK 0 0.99 0.57 0.30
HSL 334.58º 0.99% 0.35% -
HSV(B) 334.58º 0.99% 0.7% -
XYZ 19.68 10.01 7.73 -
YUV 62.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 178 1 76 0 0.99 0.57 0.30 334.58 0.99 0.35
Hex B2 1 4C 0 63 39 1E 14F 63 23
Octal 262 1 114 0 143 71 36 517 143 43
Binary 10110010 1 1001100 0 1100011 111001 11110 101001111 1100011 100011

Color Harmonies of #B2014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2014C

Black with #B2014C

Text Example


Text Example

White with #B2014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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