Html Css Color HEX #B60259 Jazzberry Jam

📋 copy color: '#B60259'

red 182 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #B60259

Tints of Jazzberry Jam #B60259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 66.67%
G = 0.73%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B60259 (or 0xB60259) is known color: Jazzberry Jam. HEX triplet: B6, 02 and 59. RGB value is (182,2,89). Sum of RGB (Red+Green+Blue) = 182+2+89=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B60259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60259 is #49FDA6. Grayscale: #414141. Windows color (decimal): -4849063 or 5833398. OLE color: 5833398.

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

Color convert

RGB 182 2 89 -
CMYK 0 0.99 0.51 0.29
HSL 331º 0.98% 0.36% -
HSV(B) 331º 0.99% 0.71% -
XYZ 21.12 10.71 10.41 -
YUV 65.74 141.13 210.93 -
System Red Green Blue C M Y K H S L
Decimal 182 2 89 0 0.99 0.51 0.29 331 0.98 0.36
Hex B6 2 59 0 63 33 1D 14B 62 24
Octal 266 2 131 0 143 63 35 513 142 44
Binary 10110110 10 1011001 0 1100011 110011 11101 101001011 1100010 100100

Color Harmonies of #B60259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60259

Black with #B60259

Text Example


Text Example

White with #B60259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60259; }

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

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

background-color css

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

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

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

border-color css

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

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

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