Html Css Color HEX #B10356 Jazzberry Jam

📋 copy color: '#B10356'

red 177 ◦ green 3 ◦ blue 86

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

Shades of Jazzberry Jam #B10356

Tints of Jazzberry Jam #B10356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 66.54%
G = 1.13%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B10356 (or 0xB10356) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 56. RGB value is (177,3,86). Sum of RGB (Red+Green+Blue) = 177+3+86=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B10356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10356 is #4EFCA9. Grayscale: #404040. Windows color (decimal): -5176490 or 5637041. OLE color: 5637041.

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

Color convert

RGB 177 3 86 -
CMYK 0 0.98 0.51 0.31
HSL 331.38º 0.97% 0.35% -
HSV(B) 331.38º 0.98% 0.69% -
XYZ 19.84 10.08 9.7 -
YUV 64.49 140.15 208.25 -
System Red Green Blue C M Y K H S L
Decimal 177 3 86 0 0.98 0.51 0.31 331.38 0.97 0.35
Hex B1 3 56 0 62 33 1F 14B 61 23
Octal 261 3 126 0 142 63 37 513 141 43
Binary 10110001 11 1010110 0 1100010 110011 11111 101001011 1100001 100011

Color Harmonies of #B10356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10356

Black with #B10356

Text Example


Text Example

White with #B10356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10356; }

 p { color: rgb(177,3,86); }

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

background-color css

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

 a { background-color: rgb(177,3,86); }

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

border-color css

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

 span { border-color: rgb(177,3,86); }

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