Html Css Color HEX #B2014A Jazzberry Jam

📋 copy color: '#B2014A'

red 178 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #B2014A

Tints of Jazzberry Jam #B2014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 70.36%
G = 0.4%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2014A (or 0xB2014A) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 4A. RGB value is (178,1,74). Sum of RGB (Red+Green+Blue) = 178+1+74=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B2014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2014A is #4DFEB5. Grayscale: #3E3E3E. Windows color (decimal): -5111478 or 4850098. OLE color: 4850098.

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

Color convert

RGB 178 1 74 -
CMYK 0 0.99 0.58 0.30
HSL 335.25º 0.99% 0.35% -
HSV(B) 335.25º 0.99% 0.7% -
XYZ 19.61 9.98 7.37 -
YUV 62.25 134.64 210.56 -
System Red Green Blue C M Y K H S L
Decimal 178 1 74 0 0.99 0.58 0.30 335.25 0.99 0.35
Hex B2 1 4A 0 63 3A 1E 14F 63 23
Octal 262 1 112 0 143 72 36 517 143 43
Binary 10110010 1 1001010 0 1100011 111010 11110 101001111 1100011 100011

Color Harmonies of #B2014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2014A

Black with #B2014A

Text Example


Text Example

White with #B2014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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