#B1064B

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

Shades of Jazzberry Jam #B1064B

Tints of Jazzberry Jam #B1064B

Color information

#B1064B (or 0xB1064B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 06 and 4B. RGB value is (177,6,75). Sum of RGB (Red+Green+Blue) = 177+6+75=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1064B is #4EF9B4. Grayscale: #404040. Windows color (decimal): -5175733 or 4916913. OLE color: 4916913.

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

Color convert

RGB177675-
CMYK00.970.580.31
HSL335.79º93.44%35.88%-
HSV(B)335.79º96.61%69.41%-
XYZ19.479.997.56-
YUV64.99133.65207.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.60%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=68.60%
G=2.33%
B=29.07%

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
Decimal17767500.970.580.31335.7993.4435.88
HexB164B0613A1F1505d24
Octal26161130141723752013544
Binary10110001110100101101100001111010111111010100001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1064B; }

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

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

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

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

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

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

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

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