Html Css Color HEX #B10656 Jazzberry Jam

📋 copy color: '#B10656'

red 177 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #B10656

Tints of Jazzberry Jam #B10656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

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

R = 65.8%
G = 2.23%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B10656 (or 0xB10656) is known color: Jazzberry Jam. HEX triplet: B1, 06 and 56. RGB value is (177,6,86). Sum of RGB (Red+Green+Blue) = 177+6+86=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B10656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10656 is #4EF9A9. Grayscale: #424242. Windows color (decimal): -5175722 or 5637809. OLE color: 5637809.

HSL color Cylindrical-coordinate representation of color #B10656: hue angle of 331.93º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10656 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 86 -
CMYK 0 0.97 0.51 0.31
HSL 331.93º 0.93% 0.36% -
HSV(B) 331.93º 0.97% 0.69% -
XYZ 19.88 10.15 9.72 -
YUV 66.25 139.15 207 -
System Red Green Blue C M Y K H S L
Decimal 177 6 86 0 0.97 0.51 0.31 331.93 0.93 0.36
Hex B1 6 56 0 61 33 1F 14C 5D 24
Octal 261 6 126 0 141 63 37 514 135 44
Binary 10110001 110 1010110 0 1100001 110011 11111 101001100 1011101 100100

Color Harmonies of #B10656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10656

Black with #B10656

Text Example


Text Example

White with #B10656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10656; }

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

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

background-color css

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

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

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

border-color css

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

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

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