Html Css Color HEX #B60346 Jazzberry Jam

📋 copy color: '#B60346'

red 182 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #B60346

Tints of Jazzberry Jam #B60346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 70 (27.73% from 255) = 27.45%

R = 71.37%
G = 1.18%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B60346 (or 0xB60346) is known color: Jazzberry Jam. HEX triplet: B6, 03 and 46. RGB value is (182,3,70). Sum of RGB (Red+Green+Blue) = 182+3+70=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B60346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60346 is #49FCB9. Grayscale: #404040. Windows color (decimal): -4848826 or 4588470. OLE color: 4588470.

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

Color convert

RGB 182 3 70 -
CMYK 0 0.98 0.62 0.29
HSL 337.54º 0.97% 0.36% -
HSV(B) 337.54º 0.98% 0.71% -
XYZ 20.43 10.45 6.74 -
YUV 64.16 131.3 212.05 -
System Red Green Blue C M Y K H S L
Decimal 182 3 70 0 0.98 0.62 0.29 337.54 0.97 0.36
Hex B6 3 46 0 62 3E 1D 152 61 24
Octal 266 3 106 0 142 76 35 522 141 44
Binary 10110110 11 1000110 0 1100010 111110 11101 101010010 1100001 100100

Color Harmonies of #B60346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60346

Black with #B60346

Text Example


Text Example

White with #B60346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60346; }

 p { color: rgb(182,3,70); }

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

background-color css

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

 a { background-color: rgb(182,3,70); }

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

border-color css

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

 span { border-color: rgb(182,3,70); }

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