#B2005A

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

Shades of Jazzberry Jam #B2005A

Tints of Jazzberry Jam #B2005A

Color information

#B2005A (or 0xB2005A) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 00 and 5A. RGB value is (178,0,90). Sum of RGB (Red+Green+Blue) = 178+0+90=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B2005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2005A is #4DFFA5. Grayscale: #3F3F3F. Windows color (decimal): -5111718 or 5898418. OLE color: 5898418.

HSL color Cylindrical-coordinate representation of color #B2005A: hue angle of 329.66º 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 #B2005A is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB178090-
CMYK010.490.30
HSL329.66º100%34.9%-
HSV(B)329.66º100%69.8%-
XYZ20.2110.210.58-
YUV63.48142.97209.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=66.42%
G=0%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178090010.490.30329.6610034.9
HexB205A064311E14a6423
Octal26201320144613651214443
Binary101100100101101001100100110001111101010010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2005A; }

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

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

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

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

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

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

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

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