Html Css Color HEX #B10156 Jazzberry Jam

📋 copy color: '#B10156'

red 177 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #B10156

Tints of Jazzberry Jam #B10156

RGB

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

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

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

R = 67.05%
G = 0.38%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B10156 (or 0xB10156) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 56. RGB value is (177,1,86). Sum of RGB (Red+Green+Blue) = 177+1+86=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B10156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10156 is #4EFEA9. Grayscale: #3F3F3F. Windows color (decimal): -5177002 or 5636529. OLE color: 5636529.

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

Color convert

RGB 177 1 86 -
CMYK 0 0.99 0.51 0.31
HSL 331.02º 0.99% 0.35% -
HSV(B) 331.02º 0.99% 0.69% -
XYZ 19.82 10.04 9.7 -
YUV 63.31 140.81 209.09 -
System Red Green Blue C M Y K H S L
Decimal 177 1 86 0 0.99 0.51 0.31 331.02 0.99 0.35
Hex B1 1 56 0 63 33 1F 14B 63 23
Octal 261 1 126 0 143 63 37 513 143 43
Binary 10110001 1 1010110 0 1100011 110011 11111 101001011 1100011 100011

Color Harmonies of #B10156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10156

Black with #B10156

Text Example


Text Example

White with #B10156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10156; }

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

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

background-color css

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

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

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

border-color css

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

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

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