#B60B4A

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

Shades of Jazzberry Jam #B60B4A

Tints of Jazzberry Jam #B60B4A

Color information

#B60B4A (or 0xB60B4A) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0B and 4A. RGB value is (182,11,74). Sum of RGB (Red+Green+Blue) = 182+11+74=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60B4A is #49F4B5. Grayscale: #454545. Windows color (decimal): -4846774 or 4852662. OLE color: 4852662.

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

Color convert

RGB1821174-
CMYK00.940.590.29
HSL337.89º88.6%37.84%-
HSV(B)337.89º93.96%71.37%-
XYZ20.6510.687.45-
YUV69.31130.65208.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.16%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=68.16%
G=4.12%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182117400.940.590.29337.8988.637.84
HexB6B4A05E3B1D1525926
Octal266131120136733552213146
Binary101101101011100101001011110111011111011010100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60B4A; }

 p { color: rgb(182,11,74); }

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

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

 a { background-color: rgb(182,11,74); }

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

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

 span { border-color: rgb(182,11,74); }

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