#B60D67

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

Shades of Jazzberry Jam #B60D67

Tints of Jazzberry Jam #B60D67

Color information

#B60D67 (or 0xB60D67) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0D and 67. RGB value is (182,13,103). Sum of RGB (Red+Green+Blue) = 182+13+103=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60D67 is #49F298. Grayscale: #494949. Windows color (decimal): -4846233 or 6753718. OLE color: 6753718.

HSL color Cylindrical-coordinate representation of color #B60D67: hue angle of 328.05º 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 #B60D67 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18213103-
CMYK00.930.430.29
HSL328.05º86.67%38.24%-
HSV(B)328.05º92.86%71.37%-
XYZ21.8811.2113.84-
YUV73.79144.49205.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.07%
GREEN value IS 13 (5.47% from 255) = 4.36%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=61.07%
G=4.36%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821310300.930.430.29328.0586.6738.24
HexB6D6705D2B1D1485726
Octal266151470135533551012746
Binary101101101101110011101011101101011111011010010001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60D67; }

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

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

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

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

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

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

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

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