Html Css Color HEX #B1014C Jazzberry Jam

📋 copy color: '#B1014C'

red 177 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #B1014C

Tints of Jazzberry Jam #B1014C

RGB

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

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

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

R = 69.69%
G = 0.39%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1014C (or 0xB1014C) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 4C. RGB value is (177,1,76). Sum of RGB (Red+Green+Blue) = 177+1+76=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1014C is #4EFEB3. Grayscale: #3E3E3E. Windows color (decimal): -5177012 or 4981169. OLE color: 4981169.

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

Color convert

RGB 177 1 76 -
CMYK 0 0.99 0.57 0.31
HSL 334.43º 0.99% 0.35% -
HSV(B) 334.43º 0.99% 0.69% -
XYZ 19.45 9.89 7.72 -
YUV 62.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 177 1 76 0 0.99 0.57 0.31 334.43 0.99 0.35
Hex B1 1 4C 0 63 39 1F 14E 63 23
Octal 261 1 114 0 143 71 37 516 143 43
Binary 10110001 1 1001100 0 1100011 111001 11111 101001110 1100011 100011

Color Harmonies of #B1014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1014C

Black with #B1014C

Text Example


Text Example

White with #B1014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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