#B12064

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

Shades of Jazzberry Jam #B12064

Tints of Jazzberry Jam #B12064

Color information

#B12064 (or 0xB12064) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 20 and 64. RGB value is (177,32,100). Sum of RGB (Red+Green+Blue) = 177+32+100=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B12064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12064 is #4EDF9B. Grayscale: #525252. Windows color (decimal): -5169052 or 6561969. OLE color: 6561969.

HSL color Cylindrical-coordinate representation of color #B12064: hue angle of 331.86º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12064 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17732100-
CMYK00.820.440.31
HSL331.86º69.38%40.98%-
HSV(B)331.86º81.92%69.41%-
XYZ20.9511.313.13-
YUV83.11137.54194.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 32 (12.89% from 255) = 10.36%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=57.28%
G=10.36%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773210000.820.440.31331.8669.3840.98
HexB120640522C1F14c4529
Octal261401440122543751410551
Binary10110001100000110010001010010101100111111010011001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12064; }

 p { color: rgb(177,32,100); }

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

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

 a { background-color: rgb(177,32,100); }

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

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

 span { border-color: rgb(177,32,100); }

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