Html Css Color HEX #B10149 Jazzberry Jam

📋 copy color: '#B10149'

red 177 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #B10149

Tints of Jazzberry Jam #B10149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 70.52%
G = 0.4%
B = 29.08%

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

#B10149 (or 0xB10149) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 49. RGB value is (177,1,73). Sum of RGB (Red+Green+Blue) = 177+1+73=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B10149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10149 is #4EFEB6. Grayscale: #3D3D3D. Windows color (decimal): -5177015 or 4784561. OLE color: 4784561.

HSL color Cylindrical-coordinate representation of color #B10149: hue angle of 335.45º degrees, saturation: 0.99, 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 #B10149 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 73 -
CMYK 0 0.99 0.59 0.31
HSL 335.45º 0.99% 0.35% -
HSV(B) 335.45º 0.99% 0.69% -
XYZ 19.34 9.85 7.18 -
YUV 61.83 134.31 210.15 -
System Red Green Blue C M Y K H S L
Decimal 177 1 73 0 0.99 0.59 0.31 335.45 0.99 0.35
Hex B1 1 49 0 63 3B 1F 14F 63 23
Octal 261 1 111 0 143 73 37 517 143 43
Binary 10110001 1 1001001 0 1100011 111011 11111 101001111 1100011 100011

Color Harmonies of #B10149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10149

Black with #B10149

Text Example


Text Example

White with #B10149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10149; }

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

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

background-color css

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

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

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

border-color css

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

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

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