Html Css Color HEX #B1014D Jazzberry Jam

📋 copy color: '#B1014D'

red 177 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #B1014D

Tints of Jazzberry Jam #B1014D

RGB

 RED value IS 177 (69.53% from 255) = 69.41%

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

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 69.41%
G = 0.39%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1014D (or 0xB1014D) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 4D. RGB value is (177,1,77). Sum of RGB (Red+Green+Blue) = 177+1+77=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1014D is #4EFEB2. Grayscale: #3E3E3E. Windows color (decimal): -5177011 or 5046705. OLE color: 5046705.

HSL color Cylindrical-coordinate representation of color #B1014D: hue angle of 334.09º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1014D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 77 -
CMYK 0 0.99 0.56 0.31
HSL 334.09º 0.99% 0.35% -
HSV(B) 334.09º 0.99% 0.69% -
XYZ 19.48 9.9 7.91 -
YUV 62.29 136.31 209.82 -
System Red Green Blue C M Y K H S L
Decimal 177 1 77 0 0.99 0.56 0.31 334.09 0.99 0.35
Hex B1 1 4D 0 63 38 1F 14E 63 23
Octal 261 1 115 0 143 70 37 516 143 43
Binary 10110001 1 1001101 0 1100011 111000 11111 101001110 1100011 100011

Color Harmonies of #B1014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1014D

Black with #B1014D

Text Example


Text Example

White with #B1014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1014D; }

 p { color: rgb(177,1,77); }

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

background-color css

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

 a { background-color: rgb(177,1,77); }

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

border-color css

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

 span { border-color: rgb(177,1,77); }

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