Html Css Color HEX #B60147 Jazzberry Jam

📋 copy color: '#B60147'

red 182 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #B60147

Tints of Jazzberry Jam #B60147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 71.65%
G = 0.39%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B60147 (or 0xB60147) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 47. RGB value is (182,1,71). Sum of RGB (Red+Green+Blue) = 182+1+71=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B60147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60147 is #49FEB8. Grayscale: #3F3F3F. Windows color (decimal): -4849337 or 4653494. OLE color: 4653494.

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

Color convert

RGB 182 1 71 -
CMYK 0 0.99 0.61 0.29
HSL 336.8º 0.99% 0.36% -
HSV(B) 336.8º 0.99% 0.71% -
XYZ 20.44 10.42 6.9 -
YUV 63.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 182 1 71 0 0.99 0.61 0.29 336.8 0.99 0.36
Hex B6 1 47 0 63 3D 1D 151 63 24
Octal 266 1 107 0 143 75 35 521 143 44
Binary 10110110 1 1000111 0 1100011 111101 11101 101010001 1100011 100100

Color Harmonies of #B60147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60147

Black with #B60147

Text Example


Text Example

White with #B60147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60147; }

 p { color: rgb(182,1,71); }

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

background-color css

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

 a { background-color: rgb(182,1,71); }

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

border-color css

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

 span { border-color: rgb(182,1,71); }

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