#B1064A

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

Shades of Jazzberry Jam #B1064A

Tints of Jazzberry Jam #B1064A

Color information

#B1064A (or 0xB1064A) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 06 and 4A. RGB value is (177,6,74). Sum of RGB (Red+Green+Blue) = 177+6+74=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1064A is #4EF9B5. Grayscale: #404040. Windows color (decimal): -5175734 or 4851377. OLE color: 4851377.

HSL color Cylindrical-coordinate representation of color #B1064A: hue angle of 336.14º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1064A is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB177674-
CMYK00.970.580.31
HSL336.14º93.44%35.88%-
HSV(B)336.14º96.61%69.41%-
XYZ19.439.977.38-
YUV64.88133.15207.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.87%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=68.87%
G=2.33%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17767400.970.580.31336.1493.4435.88
HexB164A0613A1F1505d24
Octal26161120141723752013544
Binary10110001110100101001100001111010111111010100001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1064A; }

 p { color: rgb(177,6,74); }

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

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

 a { background-color: rgb(177,6,74); }

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

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

 span { border-color: rgb(177,6,74); }

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