#B4005C

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

Shades of Jazzberry Jam #B4005C

Tints of Jazzberry Jam #B4005C

Color information

#B4005C (or 0xB4005C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 00 and 5C. RGB value is (180,0,92). Sum of RGB (Red+Green+Blue) = 180+0+92=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B4005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4005C is #4BFFA3. Grayscale: #404040. Windows color (decimal): -4980644 or 6029492. OLE color: 6029492.

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

Color convert

RGB180092-
CMYK010.490.29
HSL329.33º100%35.29%-
HSV(B)329.33º100%70.59%-
XYZ20.7510.4811.05-
YUV64.31143.63210.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=66.18%
G=0%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180092010.490.29329.3310035.29
HexB405C064311D1496423
Octal26401340144613551114443
Binary101101000101110001100100110001111011010010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4005C; }

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

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

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

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

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

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

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

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