#B1006D

Color #B1006D Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B1006D

Tints of Jazzberry Jam #B1006D

Color information

#B1006D (or 0xB1006D) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 6D. RGB value is (177,0,109). Sum of RGB (Red+Green+Blue) = 177+0+109=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1006D is #4EFF92. Grayscale: #414141. Windows color (decimal): -5177235 or 7143601. OLE color: 7143601.

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

Color convert

RGB1770109-
CMYK010.380.31
HSL323.05º100%34.71%-
HSV(B)323.05º100%69.41%-
XYZ20.8910.4515.38-
YUV65.35152.64207.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=61.89%
G=0%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770109010.380.31323.0510034.71
HexB106D064261F1436423
Octal26101550144463750314443
Binary101100010110110101100100100110111111010000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1006D; }

 p { color: rgb(177,0,109); }

 H1.HeaderClassName
 {
   color: #B1006D;
 }
 .AnyTagClassName
 {
   color: #B1006D;
 }
</style>
background-color css

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

 a { background-color: rgb(177,0,109); }

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

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

 span { border-color: rgb(177,0,109); }

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