#B4005E

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

Shades of Jazzberry Jam #B4005E

Tints of Jazzberry Jam #B4005E

Color information

#B4005E (or 0xB4005E) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 00 and 5E. RGB value is (180,0,94). Sum of RGB (Red+Green+Blue) = 180+0+94=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B4005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4005E is #4BFFA1. Grayscale: #404040. Windows color (decimal): -4980642 or 6160564. OLE color: 6160564.

HSL color Cylindrical-coordinate representation of color #B4005E: hue angle of 328.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 #B4005E is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB180094-
CMYK010.480.29
HSL328.67º100%35.29%-
HSV(B)328.67º100%70.59%-
XYZ20.8410.5111.52-
YUV64.54144.63210.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=65.69%
G=0%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180094010.480.29328.6710035.29
HexB405E064301D1496423
Octal26401360144603551114443
Binary101101000101111001100100110000111011010010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4005E; }

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

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

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

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

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

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

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

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