Html Css Color HEX #B60C71 Jazzberry Jam

📋 copy color: '#B60C71'

red 182 ◦ green 12 ◦ blue 113

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

Shades of Jazzberry Jam #B60C71

Tints of Jazzberry Jam #B60C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 59.28%
G = 3.91%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B60C71 (or 0xB60C71) is known color: Jazzberry Jam. HEX triplet: B6, 0C and 71. RGB value is (182,12,113). Sum of RGB (Red+Green+Blue) = 182+12+113=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C71 is #49F38E. Grayscale: #4A4A4A. Windows color (decimal): -4846479 or 7408822. OLE color: 7408822.

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

Color convert

RGB 182 12 113 -
CMYK 0 0.93 0.38 0.29
HSL 324.35º 0.88% 0.38% -
HSV(B) 324.35º 0.93% 0.71% -
XYZ 22.4 11.4 16.64 -
YUV 74.34 149.82 204.79 -
System Red Green Blue C M Y K H S L
Decimal 182 12 113 0 0.93 0.38 0.29 324.35 0.88 0.38
Hex B6 C 71 0 5D 26 1D 144 58 26
Octal 266 14 161 0 135 46 35 504 130 46
Binary 10110110 1100 1110001 0 1011101 100110 11101 101000100 1011000 100110

Color Harmonies of #B60C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C71

Black with #B60C71

Text Example


Text Example

White with #B60C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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