Html Css Color HEX #B10446 Jazzberry Jam

📋 copy color: '#B10446'

red 177 ◦ green 4 ◦ blue 70

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

Shades of Jazzberry Jam #B10446

Tints of Jazzberry Jam #B10446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 70.52%
G = 1.59%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B10446 (or 0xB10446) is known color: Jazzberry Jam. HEX triplet: B1, 04 and 46. RGB value is (177,4,70). Sum of RGB (Red+Green+Blue) = 177+4+70=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B10446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10446 is #4EFBB9. Grayscale: #3F3F3F. Windows color (decimal): -5176250 or 4588721. OLE color: 4588721.

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

Color convert

RGB 177 4 70 -
CMYK 0 0.98 0.60 0.31
HSL 337.11º 0.96% 0.35% -
HSV(B) 337.11º 0.98% 0.69% -
XYZ 19.28 9.88 6.68 -
YUV 63.25 131.81 209.13 -
System Red Green Blue C M Y K H S L
Decimal 177 4 70 0 0.98 0.60 0.31 337.11 0.96 0.35
Hex B1 4 46 0 62 3C 1F 151 60 23
Octal 261 4 106 0 142 74 37 521 140 43
Binary 10110001 100 1000110 0 1100010 111100 11111 101010001 1100000 100011

Color Harmonies of #B10446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10446

Black with #B10446

Text Example


Text Example

White with #B10446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10446; }

 p { color: rgb(177,4,70); }

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

background-color css

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

 a { background-color: rgb(177,4,70); }

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

border-color css

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

 span { border-color: rgb(177,4,70); }

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