#B6155B

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

Shades of Jazzberry Jam #B6155B

Tints of Jazzberry Jam #B6155B

Color information

#B6155B (or 0xB6155B) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 15 and 5B. RGB value is (182,21,91). Sum of RGB (Red+Green+Blue) = 182+21+91=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6155B is #49EAA4. Grayscale: #4D4D4D. Windows color (decimal): -4844197 or 5969334. OLE color: 5969334.

HSL color Cylindrical-coordinate representation of color #B6155B: hue angle of 333.91º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6155B is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB1822191-
CMYK00.880.50.29
HSL333.91º79.31%39.8%-
HSV(B)333.91º88.46%71.37%-
XYZ21.4511.2410.94-
YUV77.12135.84202.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 21 (8.59% from 255) = 7.14%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=61.90%
G=7.14%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182219100.880.50.29333.9179.3139.8
HexB6155B058321D14e4f28
Octal266251330130623551611750
Binary1011011010101101101101011000110010111011010011101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6155B; }

 p { color: rgb(182,21,91); }

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

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

 a { background-color: rgb(182,21,91); }

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

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

 span { border-color: rgb(182,21,91); }

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