Html Css Color HEX #B1014F Jazzberry Jam

📋 copy color: '#B1014F'

red 177 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #B1014F

Tints of Jazzberry Jam #B1014F

RGB

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

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

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

R = 68.87%
G = 0.39%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1014F (or 0xB1014F) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 4F. RGB value is (177,1,79). Sum of RGB (Red+Green+Blue) = 177+1+79=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1014F is #4EFEB0. Grayscale: #3E3E3E. Windows color (decimal): -5177009 or 5177777. OLE color: 5177777.

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

Color convert

RGB 177 1 79 -
CMYK 0 0.99 0.55 0.31
HSL 333.41º 0.99% 0.35% -
HSV(B) 333.41º 0.99% 0.69% -
XYZ 19.55 9.93 8.28 -
YUV 62.52 137.31 209.66 -
System Red Green Blue C M Y K H S L
Decimal 177 1 79 0 0.99 0.55 0.31 333.41 0.99 0.35
Hex B1 1 4F 0 63 37 1F 14D 63 23
Octal 261 1 117 0 143 67 37 515 143 43
Binary 10110001 1 1001111 0 1100011 110111 11111 101001101 1100011 100011

Color Harmonies of #B1014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1014F

Black with #B1014F

Text Example


Text Example

White with #B1014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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