#B60366

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

Shades of Jazzberry Jam #B60366

Tints of Jazzberry Jam #B60366

Color information

#B60366 (or 0xB60366) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 03 and 66. RGB value is (182,3,102). Sum of RGB (Red+Green+Blue) = 182+3+102=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B60366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60366 is #49FC99. Grayscale: #434343. Windows color (decimal): -4848794 or 6685622. OLE color: 6685622.

HSL color Cylindrical-coordinate representation of color #B60366: hue angle of 326.82º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60366 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB1823102-
CMYK00.980.440.29
HSL326.82º96.76%36.27%-
HSV(B)326.82º98.35%71.37%-
XYZ21.7210.9713.54-
YUV67.81147.3209.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.41%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=63.41%
G=1.05%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182310200.980.440.29326.8296.7636.27
HexB63660622C1D1476124
Octal26631460142543550714144
Binary1011011011110011001100010101100111011010001111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60366; }

 p { color: rgb(182,3,102); }

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

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

 a { background-color: rgb(182,3,102); }

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

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

 span { border-color: rgb(182,3,102); }

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