#B1005A

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

Shades of Jazzberry Jam #B1005A

Tints of Jazzberry Jam #B1005A

Color information

#B1005A (or 0xB1005A) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 5A. RGB value is (177,0,90). Sum of RGB (Red+Green+Blue) = 177+0+90=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B1005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1005A is #4EFFA5. Grayscale: #3F3F3F. Windows color (decimal): -5177254 or 5898417. OLE color: 5898417.

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

Color convert

RGB177090-
CMYK010.490.31
HSL329.49º100%34.71%-
HSV(B)329.49º100%69.41%-
XYZ19.9810.0910.57-
YUV63.18143.14209.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=66.29%
G=0%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177090010.490.31329.4910034.71
HexB105A064311F1496423
Octal26101320144613751114443
Binary101100010101101001100100110001111111010010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1005A; }

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

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

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

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

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

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

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

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