#B10246

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

Shades of Jazzberry Jam #B10246

Tints of Jazzberry Jam #B10246

Color information

#B10246 (or 0xB10246) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 02 and 46. RGB value is (177,2,70). Sum of RGB (Red+Green+Blue) = 177+2+70=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B10246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10246 is #4EFDB9. Grayscale: #3D3D3D. Windows color (decimal): -5176762 or 4588209. OLE color: 4588209.

HSL color Cylindrical-coordinate representation of color #B10246: hue angle of 336.69º 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 #B10246 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB177270-
CMYK00.990.600.31
HSL336.69º97.77%35.1%-
HSV(B)336.69º98.87%69.41%-
XYZ19.269.836.68-
YUV62.08132.48209.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.08%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=71.08%
G=0.80%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17727000.990.600.31336.6997.7735.1
HexB12460633C1F1516223
Octal26121060143743752114243
Binary1011000110100011001100011111100111111010100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10246; }

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

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

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

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

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

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

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

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