#B1094E

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

Shades of Jazzberry Jam #B1094E

Tints of Jazzberry Jam #B1094E

Color information

#B1094E (or 0xB1094E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 09 and 4E. RGB value is (177,9,78). Sum of RGB (Red+Green+Blue) = 177+9+78=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B1094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1094E is #4EF6B1. Grayscale: #424242. Windows color (decimal): -5174962 or 5114289. OLE color: 5114289.

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

Color convert

RGB177978-
CMYK00.950.560.31
HSL335.36º90.32%36.47%-
HSV(B)335.36º94.92%69.41%-
XYZ19.610.098.12-
YUV67.1134.16206.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.05%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=67.05%
G=3.41%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17797800.950.560.31335.3690.3236.47
HexB194E05F381F14f5a24
Octal261111160137703751713244
Binary101100011001100111001011111111000111111010011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1094E; }

 p { color: rgb(177,9,78); }

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

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

 a { background-color: rgb(177,9,78); }

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

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

 span { border-color: rgb(177,9,78); }

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