Html Css Color HEX #B1114A Jazzberry Jam

📋 copy color: '#B1114A'

red 177 ◦ green 17 ◦ blue 74

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

Shades of Jazzberry Jam #B1114A

Tints of Jazzberry Jam #B1114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 66.04%
G = 6.34%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1114A (or 0xB1114A) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 4A. RGB value is (177,17,74). Sum of RGB (Red+Green+Blue) = 177+17+74=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B1114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1114A is #4EEEB5. Grayscale: #474747. Windows color (decimal): -5172918 or 4854193. OLE color: 4854193.

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

Color convert

RGB 177 17 74 -
CMYK 0 0.90 0.58 0.31
HSL 338.63º 0.82% 0.38% -
HSV(B) 338.63º 0.9% 0.69% -
XYZ 19.57 10.24 7.42 -
YUV 71.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 177 17 74 0 0.90 0.58 0.31 338.63 0.82 0.38
Hex B1 11 4A 0 5A 3A 1F 153 52 26
Octal 261 21 112 0 132 72 37 523 122 46
Binary 10110001 10001 1001010 0 1011010 111010 11111 101010011 1010010 100110

Color Harmonies of #B1114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1114A

Black with #B1114A

Text Example


Text Example

White with #B1114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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