Html Css Color HEX #B10256 Jazzberry Jam

📋 copy color: '#B10256'

red 177 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #B10256

Tints of Jazzberry Jam #B10256

RGB

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

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

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

R = 66.79%
G = 0.75%
B = 32.45%

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

#B10256 (or 0xB10256) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 56. RGB value is (177,2,86). Sum of RGB (Red+Green+Blue) = 177+2+86=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B10256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10256 is #4EFDA9. Grayscale: #3F3F3F. Windows color (decimal): -5176746 or 5636785. OLE color: 5636785.

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

Color convert

RGB 177 2 86 -
CMYK 0 0.99 0.51 0.31
HSL 331.2º 0.98% 0.35% -
HSV(B) 331.2º 0.99% 0.69% -
XYZ 19.83 10.06 9.7 -
YUV 63.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 177 2 86 0 0.99 0.51 0.31 331.2 0.98 0.35
Hex B1 2 56 0 63 33 1F 14B 62 23
Octal 261 2 126 0 143 63 37 513 142 43
Binary 10110001 10 1010110 0 1100011 110011 11111 101001011 1100010 100011

Color Harmonies of #B10256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10256

Black with #B10256

Text Example


Text Example

White with #B10256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10256; }

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

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

background-color css

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

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

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

border-color css

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

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

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