#B6165A

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

Shades of Jazzberry Jam #B6165A

Tints of Jazzberry Jam #B6165A

Color information

#B6165A (or 0xB6165A) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 16 and 5A. RGB value is (182,22,90). Sum of RGB (Red+Green+Blue) = 182+22+90=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6165A is #49E9A5. Grayscale: #4D4D4D. Windows color (decimal): -4843942 or 5904054. OLE color: 5904054.

HSL color Cylindrical-coordinate representation of color #B6165A: hue angle of 334.5º degrees, saturation: 0.78, 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 #B6165A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1822290-
CMYK00.880.510.29
HSL334.5º78.43%40%-
HSV(B)334.5º87.91%71.37%-
XYZ21.4211.2610.72-
YUV77.59135.01202.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=61.90%
G=7.48%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182229000.880.510.29334.578.4340
HexB6165A058331D14e4e28
Octal266261320130633551611650
Binary1011011010110101101001011000110011111011010011101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6165A; }

 p { color: rgb(182,22,90); }

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

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

 a { background-color: rgb(182,22,90); }

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

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

 span { border-color: rgb(182,22,90); }

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