#B60969

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

Shades of Jazzberry Jam #B60969

Tints of Jazzberry Jam #B60969

Color information

#B60969 (or 0xB60969) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 09 and 69. RGB value is (182,9,105). Sum of RGB (Red+Green+Blue) = 182+9+105=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B60969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60969 is #49F696. Grayscale: #474747. Windows color (decimal): -4847255 or 6883766. OLE color: 6883766.

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

Color convert

RGB1829105-
CMYK00.950.420.29
HSL326.71º90.58%37.45%-
HSV(B)326.71º95.05%71.37%-
XYZ21.9411.1614.36-
YUV71.67146.81206.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=61.49%
G=3.04%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182910500.950.420.29326.7190.5837.45
HexB696905F2A1D1475b25
Octal266111510137523550713345
Binary101101101001110100101011111101010111011010001111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60969; }

 p { color: rgb(182,9,105); }

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

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

 a { background-color: rgb(182,9,105); }

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

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

 span { border-color: rgb(182,9,105); }

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