Html Css Color HEX #B60255 Jazzberry Jam

📋 copy color: '#B60255'

red 182 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #B60255

Tints of Jazzberry Jam #B60255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 67.66%
G = 0.74%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B60255 (or 0xB60255) is known color: Jazzberry Jam. HEX triplet: B6, 02 and 55. RGB value is (182,2,85). Sum of RGB (Red+Green+Blue) = 182+2+85=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B60255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60255 is #49FDAA. Grayscale: #414141. Windows color (decimal): -4849067 or 5571254. OLE color: 5571254.

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

Color convert

RGB 182 2 85 -
CMYK 0 0.99 0.53 0.29
HSL 332.33º 0.98% 0.36% -
HSV(B) 332.33º 0.99% 0.71% -
XYZ 20.95 10.64 9.54 -
YUV 65.28 139.13 211.25 -
System Red Green Blue C M Y K H S L
Decimal 182 2 85 0 0.99 0.53 0.29 332.33 0.98 0.36
Hex B6 2 55 0 63 35 1D 14C 62 24
Octal 266 2 125 0 143 65 35 514 142 44
Binary 10110110 10 1010101 0 1100011 110101 11101 101001100 1100010 100100

Color Harmonies of #B60255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60255

Black with #B60255

Text Example


Text Example

White with #B60255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60255; }

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

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

background-color css

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

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

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

border-color css

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

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

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