#B60069

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

Shades of Jazzberry Jam #B60069

Tints of Jazzberry Jam #B60069

Color information

#B60069 (or 0xB60069) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 00 and 69. RGB value is (182,0,105). Sum of RGB (Red+Green+Blue) = 182+0+105=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B60069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60069 is #49FF96. Grayscale: #424242. Windows color (decimal): -4849559 or 6881462. OLE color: 6881462.

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

Color convert

RGB1820105-
CMYK010.420.29
HSL325.38º100%35.69%-
HSV(B)325.38º100%71.37%-
XYZ21.8410.9714.33-
YUV66.39149.8210.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=63.41%
G=0%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1820105010.420.29325.3810035.69
HexB60690642A1D1456424
Octal26601510144523550514444
Binary101101100110100101100100101010111011010001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60069; }

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

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

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

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

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

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

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

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