Html Css Color HEX #B60355 Jazzberry Jam

📋 copy color: '#B60355'

red 182 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #B60355

Tints of Jazzberry Jam #B60355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 67.41%
G = 1.11%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B60355 (or 0xB60355) is known color: Jazzberry Jam. HEX triplet: B6, 03 and 55. RGB value is (182,3,85). Sum of RGB (Red+Green+Blue) = 182+3+85=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B60355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60355 is #49FCAA. Grayscale: #414141. Windows color (decimal): -4848811 or 5571510. OLE color: 5571510.

HSL color Cylindrical-coordinate representation of color #B60355: hue angle of 332.51º 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 #B60355 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 3 85 -
CMYK 0 0.98 0.53 0.29
HSL 332.51º 0.97% 0.36% -
HSV(B) 332.51º 0.98% 0.71% -
XYZ 20.96 10.67 9.55 -
YUV 65.87 138.8 210.83 -
System Red Green Blue C M Y K H S L
Decimal 182 3 85 0 0.98 0.53 0.29 332.51 0.97 0.36
Hex B6 3 55 0 62 35 1D 14D 61 24
Octal 266 3 125 0 142 65 35 515 141 44
Binary 10110110 11 1010101 0 1100010 110101 11101 101001101 1100001 100100

Color Harmonies of #B60355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60355

Black with #B60355

Text Example


Text Example

White with #B60355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60355; }

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

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

background-color css

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

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

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

border-color css

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

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

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