#B10045

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

Shades of Jazzberry Jam #B10045

Tints of Jazzberry Jam #B10045

Color information

#B10045 (or 0xB10045) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 00 and 45. RGB value is (177,0,69). Sum of RGB (Red+Green+Blue) = 177+0+69=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B10045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10045 is #4EFFBA. Grayscale: #3C3C3C. Windows color (decimal): -5177275 or 4522161. OLE color: 4522161.

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

Color convert

RGB177069-
CMYK010.610.31
HSL336.61º100%34.71%-
HSV(B)336.61º100%69.41%-
XYZ19.219.786.51-
YUV60.79132.64210.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=71.95%
G=0%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177069010.610.31336.6110034.71
HexB10450643D1F1516423
Octal26101050144753752114443
Binary101100010100010101100100111101111111010100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10045; }

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

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

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

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

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

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

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

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