#B60D5B

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

Shades of Jazzberry Jam #B60D5B

Tints of Jazzberry Jam #B60D5B

Color information

#B60D5B (or 0xB60D5B) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0D and 5B. RGB value is (182,13,91). Sum of RGB (Red+Green+Blue) = 182+13+91=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60D5B is #49F2A4. Grayscale: #484848. Windows color (decimal): -4846245 or 5967286. OLE color: 5967286.

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

Color convert

RGB1821391-
CMYK00.930.50.29
HSL332.31º86.67%38.24%-
HSV(B)332.31º92.86%71.37%-
XYZ21.3210.9910.89-
YUV72.42138.49206.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.64%
GREEN value IS 13 (5.47% from 255) = 4.55%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=63.64%
G=4.55%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182139100.930.50.29332.3186.6738.24
HexB6D5B05D321D14c5726
Octal266151330135623551412746
Binary101101101101101101101011101110010111011010011001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60D5B; }

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

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

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

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

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

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

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

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