Html Css Color HEX #B1114F Jazzberry Jam

📋 copy color: '#B1114F'

red 177 ◦ green 17 ◦ blue 79

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

Shades of Jazzberry Jam #B1114F

Tints of Jazzberry Jam #B1114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

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

R = 64.84%
G = 6.23%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1114F (or 0xB1114F) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 4F. RGB value is (177,17,79). Sum of RGB (Red+Green+Blue) = 177+17+79=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1114F is #4EEEB0. Grayscale: #474747. Windows color (decimal): -5172913 or 5181873. OLE color: 5181873.

HSL color Cylindrical-coordinate representation of color #B1114F: hue angle of 336.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1114F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 79 -
CMYK 0 0.90 0.55 0.31
HSL 336.75º 0.82% 0.38% -
HSV(B) 336.75º 0.9% 0.69% -
XYZ 19.74 10.31 8.35 -
YUV 71.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 177 17 79 0 0.90 0.55 0.31 336.75 0.82 0.38
Hex B1 11 4F 0 5A 37 1F 151 52 26
Octal 261 21 117 0 132 67 37 521 122 46
Binary 10110001 10001 1001111 0 1011010 110111 11111 101010001 1010010 100110

Color Harmonies of #B1114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1114F

Black with #B1114F

Text Example


Text Example

White with #B1114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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