#B40863

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

Shades of Jazzberry Jam #B40863

Tints of Jazzberry Jam #B40863

Color information

#B40863 (or 0xB40863) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 08 and 63. RGB value is (180,8,99). Sum of RGB (Red+Green+Blue) = 180+8+99=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B40863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40863 is #4BF79C. Grayscale: #454545. Windows color (decimal): -4978589 or 6490292. OLE color: 6490292.

HSL color Cylindrical-coordinate representation of color #B40863: hue angle of 328.26º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40863 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB180899-
CMYK00.960.450.29
HSL328.26º91.49%36.86%-
HSV(B)328.26º95.56%70.59%-
XYZ21.1610.7812.77-
YUV69.8144.48206.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 8 (3.52% from 255) = 2.79%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=62.72%
G=2.79%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18089900.960.450.29328.2691.4936.86
HexB48630602D1D1485b25
Octal264101430140553551013345
Binary101101001000110001101100000101101111011010010001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40863; }

 p { color: rgb(180,8,99); }

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

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

 a { background-color: rgb(180,8,99); }

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

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

 span { border-color: rgb(180,8,99); }

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