Html Css Color HEX #B1104B Jazzberry Jam

📋 copy color: '#B1104B'

red 177 ◦ green 16 ◦ blue 75

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

Shades of Jazzberry Jam #B1104B

Tints of Jazzberry Jam #B1104B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 66.04%
G = 5.97%
B = 27.99%

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

#B1104B (or 0xB1104B) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 4B. RGB value is (177,16,75). Sum of RGB (Red+Green+Blue) = 177+16+75=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B1104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1104B is #4EEFB4. Grayscale: #464646. Windows color (decimal): -5173173 or 4919473. OLE color: 4919473.

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

Color convert

RGB 177 16 75 -
CMYK 0 0.91 0.58 0.31
HSL 338.01º 0.83% 0.38% -
HSV(B) 338.01º 0.91% 0.69% -
XYZ 19.59 10.23 7.6 -
YUV 70.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 177 16 75 0 0.91 0.58 0.31 338.01 0.83 0.38
Hex B1 10 4B 0 5B 3A 1F 152 53 26
Octal 261 20 113 0 133 72 37 522 123 46
Binary 10110001 10000 1001011 0 1011011 111010 11111 101010010 1010011 100110

Color Harmonies of #B1104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1104B

Black with #B1104B

Text Example


Text Example

White with #B1104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1104B; }

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

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

background-color css

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

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

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

border-color css

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

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

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