#B4005B

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

Shades of Jazzberry Jam #B4005B

Tints of Jazzberry Jam #B4005B

Color information

#B4005B (or 0xB4005B) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 00 and 5B. RGB value is (180,0,91). Sum of RGB (Red+Green+Blue) = 180+0+91=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B4005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4005B is #4BFFA4. Grayscale: #404040. Windows color (decimal): -4980645 or 5963956. OLE color: 5963956.

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

Color convert

RGB180091-
CMYK010.490.29
HSL329.67º100%35.29%-
HSV(B)329.67º100%70.59%-
XYZ20.7110.4610.82-
YUV64.19143.13210.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% 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.29
SystemRedGreenBlueCMYKHSL
Decimal180091010.490.29329.6710035.29
HexB405B064311D14a6423
Octal26401330144613551214443
Binary101101000101101101100100110001111011010010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4005B; }

 p { color: rgb(180,0,91); }

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

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

 a { background-color: rgb(180,0,91); }

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

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

 span { border-color: rgb(180,0,91); }

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