#B2006D

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

Shades of Jazzberry Jam #B2006D

Tints of Jazzberry Jam #B2006D

Color information

#B2006D (or 0xB2006D) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 00 and 6D. RGB value is (178,0,109). Sum of RGB (Red+Green+Blue) = 178+0+109=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2006D is #4DFF92. Grayscale: #414141. Windows color (decimal): -5111699 or 7143602. OLE color: 7143602.

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

Color convert

RGB1780109-
CMYK010.390.30
HSL323.26º100%34.9%-
HSV(B)323.26º100%69.8%-
XYZ21.1210.5715.39-
YUV65.65152.47208.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=62.02%
G=0%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780109010.390.30323.2610034.9
HexB206D064271E1436423
Octal26201550144473650314443
Binary101100100110110101100100100111111101010000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2006D; }

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

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

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

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

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

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

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

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