Html Css Color HEX #B10249 Jazzberry Jam

📋 copy color: '#B10249'

red 177 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #B10249

Tints of Jazzberry Jam #B10249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 70.24%
G = 0.79%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B10249 (or 0xB10249) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 49. RGB value is (177,2,73). Sum of RGB (Red+Green+Blue) = 177+2+73=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B10249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10249 is #4EFDB6. Grayscale: #3E3E3E. Windows color (decimal): -5176759 or 4784817. OLE color: 4784817.

HSL color Cylindrical-coordinate representation of color #B10249: hue angle of 335.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10249 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 73 -
CMYK 0 0.99 0.59 0.31
HSL 335.66º 0.98% 0.35% -
HSV(B) 335.66º 0.99% 0.69% -
XYZ 19.36 9.87 7.19 -
YUV 62.42 133.98 209.73 -
System Red Green Blue C M Y K H S L
Decimal 177 2 73 0 0.99 0.59 0.31 335.66 0.98 0.35
Hex B1 2 49 0 63 3B 1F 150 62 23
Octal 261 2 111 0 143 73 37 520 142 43
Binary 10110001 10 1001001 0 1100011 111011 11111 101010000 1100010 100011

Color Harmonies of #B10249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10249

Black with #B10249

Text Example


Text Example

White with #B10249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10249; }

 p { color: rgb(177,2,73); }

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

background-color css

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

 a { background-color: rgb(177,2,73); }

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

border-color css

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

 span { border-color: rgb(177,2,73); }

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