Html Css Color HEX #B60C60 Jazzberry Jam

📋 copy color: '#B60C60'

red 182 ◦ green 12 ◦ blue 96

#B60C60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B60C60

Tints of Jazzberry Jam #B60C60

RGB

 RED value IS 182 (71.48% from 255) = 62.76%

 GREEN value IS 12 (5.08% from 255) = 4.14%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 62.76%
G = 4.14%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B60C60 (or 0xB60C60) is known color: Jazzberry Jam. HEX triplet: B6, 0C and 60. RGB value is (182,12,96). Sum of RGB (Red+Green+Blue) = 182+12+96=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C60 is #49F39F. Grayscale: #484848. Windows color (decimal): -4846496 or 6294710. OLE color: 6294710.

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

Color convert

RGB 182 12 96 -
CMYK 0 0.93 0.47 0.29
HSL 330.35º 0.88% 0.38% -
HSV(B) 330.35º 0.93% 0.71% -
XYZ 21.53 11.05 12.06 -
YUV 72.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 182 12 96 0 0.93 0.47 0.29 330.35 0.88 0.38
Hex B6 C 60 0 5D 2F 1D 14A 58 26
Octal 266 14 140 0 135 57 35 512 130 46
Binary 10110110 1100 1100000 0 1011101 101111 11101 101001010 1011000 100110

Color Harmonies of #B60C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C60

Black with #B60C60

Text Example


Text Example

White with #B60C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C60; }

 p { color: rgb(182,12,96); }

 H1.HeaderClassName
 {
   color: #B60C60;
 }
 .AnyTagClassName
 {
   color: #B60C60;
 }
</style>

background-color css

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

 a { background-color: rgb(182,12,96); }

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

border-color css

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

 span { border-color: rgb(182,12,96); }

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