#B1025A

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

Shades of Jazzberry Jam #B1025A

Tints of Jazzberry Jam #B1025A

Color information

#B1025A (or 0xB1025A) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 02 and 5A. RGB value is (177,2,90). Sum of RGB (Red+Green+Blue) = 177+2+90=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1025A is #4EFDA5. Grayscale: #404040. Windows color (decimal): -5176742 or 5898929. OLE color: 5898929.

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

Color convert

RGB177290-
CMYK00.990.490.31
HSL329.83º97.77%35.1%-
HSV(B)329.83º98.87%69.41%-
XYZ2010.1310.57-
YUV64.36142.48208.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=65.80%
G=0.74%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17729000.990.490.31329.8397.7735.1
HexB125A063311F14a6223
Octal26121320143613751214243
Binary1011000110101101001100011110001111111010010101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1025A; }

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

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

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

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

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

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

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

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