#B61168

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

Shades of Jazzberry Jam #B61168

Tints of Jazzberry Jam #B61168

Color information

#B61168 (or 0xB61168) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 11 and 68. RGB value is (182,17,104). Sum of RGB (Red+Green+Blue) = 182+17+104=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B61168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61168 is #49EE97. Grayscale: #4C4C4C. Windows color (decimal): -4845208 or 6820278. OLE color: 6820278.

HSL color Cylindrical-coordinate representation of color #B61168: hue angle of 328.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61168 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18217104-
CMYK00.910.430.29
HSL328.36º82.91%39.02%-
HSV(B)328.36º90.66%71.37%-
XYZ21.9911.3514.13-
YUV76.25143.66203.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.07%
GREEN value IS 17 (7.03% from 255) = 5.61%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=60.07%
G=5.61%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821710400.910.430.29328.3682.9139.02
HexB6116805B2B1D1485327
Octal266211500133533551012347
Binary1011011010001110100001011011101011111011010010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61168; }

 p { color: rgb(182,17,104); }

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

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

 a { background-color: rgb(182,17,104); }

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

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

 span { border-color: rgb(182,17,104); }

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