Html Css Color HEX #B1104A Jazzberry Jam

📋 copy color: '#B1104A'

red 177 ◦ green 16 ◦ blue 74

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

Shades of Jazzberry Jam #B1104A

Tints of Jazzberry Jam #B1104A

RGB

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

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

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

R = 66.29%
G = 5.99%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1104A (or 0xB1104A) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 4A. RGB value is (177,16,74). Sum of RGB (Red+Green+Blue) = 177+16+74=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B1104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1104A is #4EEFB5. Grayscale: #464646. Windows color (decimal): -5173174 or 4853937. OLE color: 4853937.

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

Color convert

RGB 177 16 74 -
CMYK 0 0.91 0.58 0.31
HSL 338.39º 0.83% 0.38% -
HSV(B) 338.39º 0.91% 0.69% -
XYZ 19.55 10.21 7.42 -
YUV 70.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 177 16 74 0 0.91 0.58 0.31 338.39 0.83 0.38
Hex B1 10 4A 0 5B 3A 1F 152 53 26
Octal 261 20 112 0 133 72 37 522 123 46
Binary 10110001 10000 1001010 0 1011011 111010 11111 101010010 1010011 100110

Color Harmonies of #B1104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1104A

Black with #B1104A

Text Example


Text Example

White with #B1104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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