Html Css Color HEX #B2014F Jazzberry Jam

📋 copy color: '#B2014F'

red 178 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #B2014F

Tints of Jazzberry Jam #B2014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 68.99%
G = 0.39%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2014F (or 0xB2014F) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 4F. RGB value is (178,1,79). Sum of RGB (Red+Green+Blue) = 178+1+79=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2014F is #4DFEB0. Grayscale: #3E3E3E. Windows color (decimal): -5111473 or 5177778. OLE color: 5177778.

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

Color convert

RGB 178 1 79 -
CMYK 0 0.99 0.56 0.30
HSL 333.56º 0.99% 0.35% -
HSV(B) 333.56º 0.99% 0.7% -
XYZ 19.78 10.05 8.29 -
YUV 62.82 137.14 210.16 -
System Red Green Blue C M Y K H S L
Decimal 178 1 79 0 0.99 0.56 0.30 333.56 0.99 0.35
Hex B2 1 4F 0 63 38 1E 14E 63 23
Octal 262 1 117 0 143 70 36 516 143 43
Binary 10110010 1 1001111 0 1100011 111000 11110 101001110 1100011 100011

Color Harmonies of #B2014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2014F

Black with #B2014F

Text Example


Text Example

White with #B2014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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