Html Css Color HEX #B60659 Jazzberry Jam

📋 copy color: '#B60659'

red 182 ◦ green 6 ◦ blue 89

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

Shades of Jazzberry Jam #B60659

Tints of Jazzberry Jam #B60659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 65.7%
G = 2.17%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B60659 (or 0xB60659) is known color: Jazzberry Jam. HEX triplet: B6, 06 and 59. RGB value is (182,6,89). Sum of RGB (Red+Green+Blue) = 182+6+89=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B60659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60659 is #49F9A6. Grayscale: #434343. Windows color (decimal): -4848039 or 5834422. OLE color: 5834422.

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

Color convert

RGB 182 6 89 -
CMYK 0 0.97 0.51 0.29
HSL 331.7º 0.94% 0.37% -
HSV(B) 331.7º 0.97% 0.71% -
XYZ 21.16 10.8 10.42 -
YUV 68.09 139.81 209.25 -
System Red Green Blue C M Y K H S L
Decimal 182 6 89 0 0.97 0.51 0.29 331.7 0.94 0.37
Hex B6 6 59 0 61 33 1D 14C 5E 25
Octal 266 6 131 0 141 63 35 514 136 45
Binary 10110110 110 1011001 0 1100001 110011 11101 101001100 1011110 100101

Color Harmonies of #B60659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60659

Black with #B60659

Text Example


Text Example

White with #B60659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60659; }

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

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

background-color css

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

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

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

border-color css

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

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

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