Html Css Color HEX #B1104F Jazzberry Jam

📋 copy color: '#B1104F'

red 177 ◦ green 16 ◦ blue 79

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

Shades of Jazzberry Jam #B1104F

Tints of Jazzberry Jam #B1104F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.88%

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

R = 65.07%
G = 5.88%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1104F (or 0xB1104F) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 4F. RGB value is (177,16,79). Sum of RGB (Red+Green+Blue) = 177+16+79=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1104F is #4EEFB0. Grayscale: #474747. Windows color (decimal): -5173169 or 5181617. OLE color: 5181617.

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

Color convert

RGB 177 16 79 -
CMYK 0 0.91 0.55 0.31
HSL 336.52º 0.83% 0.38% -
HSV(B) 336.52º 0.91% 0.69% -
XYZ 19.73 10.28 8.34 -
YUV 71.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 177 16 79 0 0.91 0.55 0.31 336.52 0.83 0.38
Hex B1 10 4F 0 5B 37 1F 151 53 26
Octal 261 20 117 0 133 67 37 521 123 46
Binary 10110001 10000 1001111 0 1011011 110111 11111 101010001 1010011 100110

Color Harmonies of #B1104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1104F

Black with #B1104F

Text Example


Text Example

White with #B1104F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1104F; }

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

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

background-color css

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

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

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

border-color css

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

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

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